monopack
monopack copied to clipboard
Use rollup instead of webpack
This will allow the use of proper tree shaking and will produce a "cleaner" output (most variables in the same scope).
Webpack supports tree shaking, but not directly, it relies on the uglifyjs plugin which I'm not intending to use.