-
Notifications
You must be signed in to change notification settings - Fork 42
support for rollup 2.0 #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@TrySound - I also need to know this, thanks |
Better use terser |
UglifyJS is still being maintained, not yet deprecated, and I don't see a strong reason to migrate from UglifyJS to Terser for projecting not outputting ES6+ code. It would be great if we can keep using rollup-plugin-uglify instead of rollup-plugin-terser. Any change to get the PR (for supporting rollup 2) merged? |
Still relevant -- I was going to combine the workflow used in markedjs, and uglify produces a smaller bundle size than terser as of now. |
I fixed this with command "npm i rollup-plugin-uglify -D --force" |
rollup-plugin-uglify:
how can I use rollup-plugin-uglify with rollup 2.x?
The text was updated successfully, but these errors were encountered: