We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e712a commit 0e57bbcCopy full SHA for 0e57bbc
config/webpack.config.prod.js
@@ -293,6 +293,7 @@ module.exports = {
293
// Minify the code.
294
new UglifyJsPlugin({
295
uglifyOptions: {
296
+ ecma: 5,
297
compress: {
298
warnings: false,
299
// Disabled because of an issue with Uglify breaking seemingly valid code:
package.json
@@ -53,7 +53,7 @@
53
"react-dev-utils": "^5.0.0",
54
"style-loader": "0.19.0",
55
"sw-precache-webpack-plugin": "0.11.4",
56
- "uglifyjs-webpack-plugin": "1.1.4",
+ "uglifyjs-webpack-plugin": "1.1.6",
57
"url-loader": "0.6.2",
58
"webpack": "3.8.1",
59
"webpack-dev-server": "2.9.4",
0 commit comments