TrySound / rollup-plugin-uglify

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

Rollup v1 #60

Closed Havunen closed 5 years ago

Havunen commented 5 years ago

Hey!

I like this plugin, it would be nice to have this updated for rollup v1.

NPM is warning about out of range peer dependency npm WARN rollup-plugin-uglify@6.0.0 requires a peer of rollup@>=0.66.0 <1 but none is installed. You must install peer dependencies yourself.

Havunen commented 5 years ago

v6.0.1 seems to have fixed the issue! Thanks guys! 👍

TrySound commented 5 years ago

@Havunen I would recommend you to use terser instead. I have less trust to uglify team these days.