Fix Safari / iOS illegal character syntax error (#742)

This commit is contained in:
William O'Beirne 2018-01-07 21:00:22 -05:00 committed by Daniel Ternyak
parent e1c246728e
commit ce3b513354
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ base.plugins.push(
'process.env.NODE_ENV': JSON.stringify('production')
}),
new BabelMinifyPlugin({
mangle: false
mangle: false,
propertyLiterals: false
}, {
comments: false
}),