Unverified Commit 1013927a authored by Joe Haddad's avatar Joe Haddad
Browse files

Allow parsing of ecma 8

parent c36d1a00
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment