We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b4de1 commit bfeb950Copy full SHA for bfeb950
packages/react-scripts/config/webpack.config.prod.js
@@ -266,10 +266,6 @@ module.exports = {
266
new webpack.optimize.UglifyJsPlugin({
267
compress: {
268
warnings: false,
269
- // This feature has been reported as buggy a few times, such as:
270
- // https://github.com/mishoo/UglifyJS2/issues/1964
271
- // We'll wait with enabling it by default until it is more solid.
272
- reduce_vars: false,
273
},
274
output: {
275
comments: false,
0 commit comments