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

This commit is contained in:
Konstantin Tarkus
2016-07-28 22:42:58 +03:00
committed by Dan Abramov
parent fc32623fce
commit dd6ec95cfe

View File

@@ -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
},