TrySound / rollup-plugin-uglify

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

Do I use rollup-plugin-terser with rollup-plugin-uglify or instead of? #43

Closed mattpilott closed 6 years ago

mattpilott commented 6 years ago

Thanks

TrySound commented 6 years ago

Instead. terser is a fork of uglify-es which is not maintained anymore. If you minify only es5 code then go with rollup-plugin-uglify which uses still maintained uglify-js.

mattpilott commented 6 years ago

Great thank you!