Allow parsing of ecma 8

This commit is contained in:
Joe Haddad
2018-01-13 23:59:09 -05:00
parent c36d1a00a1
commit 1013927a38

View File

@@ -315,7 +315,7 @@ module.exports = {
// Minify the code.
new UglifyJsPlugin({
uglifyOptions: {
ecma: 5,
ecma: 8,
compress: {
warnings: false,
// Disabled because of an issue with Uglify breaking seemingly valid code: