TrySound / rollup-plugin-uglify

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

Switch to uglify-es? #47

Closed moonglum closed 6 years ago

moonglum commented 6 years ago

Thanks for your great work on this plugin.

Have you seen uglify-es? It is created by the same author as uglify-js (it is even in the same repo) and it supports es6+. You can find the documentation here. Maybe it makes sense to switch to this package to enable es6+ Syntax?

TrySound commented 6 years ago

Thanks but uglify-es is dead project. Use terser instead.

image image image

moonglum commented 6 years ago

Ok, thanks! Did not know that 👍