Fix uglifyjs unicode escpae #69

This commit is contained in:
redhoodsu
2018-06-20 16:21:43 +08:00
parent 90d1e5f5fa
commit 2d90406855
2 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,10 @@ exports.plugins = exports.plugins.concat([
compress: {
warnings: false
},
comments: /eruda/
output: {
ascii_only: true
},
comments: /eruda v/
}),
new webpack.DefinePlugin({
ENV: '"production"'