1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Remove IE8 support from UglifyJS

This commit is contained in:
Brett Sun 2016-06-15 13:00:51 +02:00
parent c0be5e0b6c
commit c0ddea975a

View File

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