mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Fix uglifyjs unicode escpae #69
This commit is contained in:
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user