UglifyJs: Change the ecma option from 8 to 5
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
||||
}),
|
||||
new UglifyJsPlugin({
|
||||
uglifyOptions: {
|
||||
ecma: 8,
|
||||
ecma: 5,
|
||||
compress: {
|
||||
warnings: true,
|
||||
drop_console: true,
|
||||
|
||||
Reference in New Issue
Block a user