2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-05 16:42:30 +03:00

remove UglifyJsPlugin warnings

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