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:
parent
c0be5e0b6c
commit
c0ddea975a
@ -79,6 +79,7 @@ const PROD_PLUGINS = [
|
||||
new webpack.optimize.DedupePlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
compress: {
|
||||
screw_ie8: true,
|
||||
warnings: false
|
||||
},
|
||||
output: {
|
||||
|
Loading…
Reference in New Issue
Block a user