Merge pull request #2092 from LubomirGeorgiev/uglifyjs-es5

UglifyJs: Change the ecma option from 8 to 5
This commit is contained in:
Ben Word
2018-08-21 15:26:17 -06:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ module.exports = {
}),
new UglifyJsPlugin({
uglifyOptions: {
ecma: 8,
ecma: 5,
compress: {
warnings: true,
drop_console: true,