Built-in JS Minify Builder (With sourcemaps) #5506
trymeouteh
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I would recommend this one which IS updated to work with Rollup 4: https://www.npmjs.com/package/@rollup/plugin-terser That being said, I would not completely ignore the idea as minifying in Rollup would be quite a bit faster than running terser after it. But it would be a huge undertaking and it will very likely not happen this year. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rollup does not support minifying JS code out of the box and require extensions to do so. I am unable to get these extensions to work since they are not updated to work for the latest version of Rollup.
It would be handy to have a minifier built into Rollup which also supports sourcemaps for easy debugging!
Beta Was this translation helpful? Give feedback.
All reactions