TrySound / rollup-plugin-uglify

Rollup plugin to minify generated bundle
MIT License
260 stars 42 forks source link

Use uglify-es instead of uglify-js to bundle ES6+ code #46

Closed Buzut closed 6 years ago

Buzut commented 6 years ago

As emphasised by Google, it's now possible to use the native ES modules in all major browsers and thus, support all of the new ES functionalities without transpiling --> huge size gain.

TrySound commented 6 years ago

image

image

TrySound commented 6 years ago

Please look at issues before spending your time for pull request.

Buzut commented 6 years ago

Oh my bad, sorry!