We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaeff2 commit c1ba38dCopy full SHA for c1ba38d
packages/react-scripts/config/webpack.config.prod.js
@@ -282,10 +282,6 @@ module.exports = {
282
new webpack.optimize.UglifyJsPlugin({
283
compress: {
284
warnings: false,
285
- // This feature has been reported as buggy a few times, such as:
286
- // https://github.com/mishoo/UglifyJS2/issues/1964
287
- // We'll wait with enabling it by default until it is more solid.
288
- reduce_vars: false,
289
},
290
output: {
291
comments: false,
0 commit comments