soanvig / mm-jsr

Range input solution without dependencies
https://soanvig.github.io/mm-jsr
GNU Lesser General Public License v3.0
56 stars 16 forks source link

Please add src to npm package #50

Closed YuriGor closed 4 years ago

YuriGor commented 4 years ago

Hi, thanks for widget, looks very cool. But just want to import your component as ES module and let my bundler do all the job, shake the tree, generate src mapping and etc, because now it's a hell trying to debug minified dist version of your component. So, please, include src folder into npm package back.

YuriGor commented 4 years ago
["module-resolver", {
          "root": ["."],
          "alias": {
          "@": "./src",
          "%": "./tests"
          }
      }]

..oh noes, not a native esm syntax. Well, nevermind, sorry for taking the time. (I recommend to consider to have fully compatible ESM version of a package in the future)