I\'m starting to play around with Snowpack. It takes a different approach from Webpack by bundling individual packages right after they\'re installed.
The \"issue\"
With newer versions of Snowpack (>=2) you can run snowpack dev and it will watch your npm_modules folder for new modules to build.
snowpack dev
npm_modules