Remove IE8 support from UglifyJS

This commit is contained in:
Brett Sun 2016-06-15 13:00:51 +02:00
parent c0be5e0b6c
commit c0ddea975a
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ const PROD_PLUGINS = [
new webpack.optimize.DedupePlugin(),
new webpack.optimize.UglifyJsPlugin({
compress: {
screw_ie8: true,
warnings: false
},
output: {