Commit dd6ec95c authored by Konstantin Tarkus's avatar Konstantin Tarkus Committed by Dan Abramov
Browse files

Rename compressor field to compress in UglifyJsPlugin settings (#264)

parent fc32623f
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -127,7 +127,7 @@ module.exports = {
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.optimize.DedupePlugin(),
new webpack.optimize.UglifyJsPlugin({
compressor: {
compress: {
screw_ie8: true,
warnings: false
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment