Consider replacing uglify-es dependency in minifier-js package #10042
Milestone
Comments
benjamn
added a commit
that referenced
this issue
Jul 2, 2018
Thanks to @arrgh for suggesting this replacement: #10042 This may help with lots of issues, most recently #10044 but also #10034, fall back to `Babel.minify` when `uglify-es` (now `terser`) fails, there should be fewer problems with `Babel.minify` (parse errors, performance, memory usage) if `terser` succeeds more often.
Done! To try out the new minifier, run |
Well that was fast! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not too familiar with the drama involved, but apparently some folks are changing
uglify-es
to either terser or babel-minify.The claims on
uglify-es
state that it's unmaintained among a few other bad things, and that it contains some serious bugs, known to create tricky situations especially with React.Parcel switching to terser
Ledger switching away from uglify
Twitter thread about this
Like I said, I don't have any in-depth knowledge about the situation and this is just a heads-up about something I noticed by chance.
The text was updated successfully, but these errors were encountered: