We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449a812 commit f166144Copy full SHA for f166144
packages/react-scripts/config/webpack.config.prod.js
@@ -149,6 +149,11 @@ module.exports = {
149
// Pending further investigation:
150
// https://github.com/mishoo/UglifyJS2/issues/2011
151
comparisons: false,
152
+ // Disabled because of an issue with Terser breaking valid code:
153
+ // https://github.com/facebook/create-react-app/issues/5250
154
+ // Pending futher investigation:
155
+ // https://github.com/terser-js/terser/issues/120
156
+ inline: 2,
157
},
158
mangle: {
159
safari10: true,
0 commit comments