monopack icon indicating copy to clipboard operation
monopack copied to clipboard

Use rollup instead of webpack

Open flegall opened this issue 8 years ago • 0 comments

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.

flegall avatar Apr 06 '18 06:04 flegall