2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-08 17:22:32 +03:00

remove UglifyJsPlugin warnings

This commit is contained in:
陈峰
2019-05-31 21:49:53 +08:00
parent 4c391d0ecc
commit 4e7e1ac8b5
-3
View File
@@ -15,9 +15,6 @@ module.exports = {
parallel: true,
sourceMap: false,
uglifyOptions: {
compress: {
warnings: false
},
comments: false
}
}),