-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Core - do not mangle on production build #4838
Conversation
Codecov Report
@@ Coverage Diff @@
## next #4838 +/- ##
==========================================
- Coverage 35.45% 35.45% -0.01%
==========================================
Files 560 560
Lines 6845 6846 +1
Branches 919 919
==========================================
Hits 2427 2427
- Misses 3934 3935 +1
Partials 484 484
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks for fixing this!
Core - do not mangle on production build
Core - do not mangle on production build
Issue:
#4717
#4759
What I did
So, the "production" mode is adding by default the "terser-webpack-plugin" minimizer that mangles by default, and it breaks the info addon.
We need to turn the mangling off.