update locale build file

This commit is contained in:
梁灏 2017-11-09 17:06:49 +08:00
parent b35557852a
commit 593742afbc

View file

@ -27,6 +27,11 @@ module.exports = {
'process.env': {
NODE_ENV: '"production"'
}
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
}
})
]
};