I have currently: webpack a single .js (currently ...
# javascript
b
I have currently: webpack a single .js (currently the best solution I found as it allows hot-reload), import the node_module with file:../build/js (allows for DCE and all of that, so it is good for production, in my case goes from 18MB to 3MB, but I loose the hot-reload during dev)