update locale build file
This commit is contained in:
parent
b35557852a
commit
593742afbc
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ module.exports = {
|
|||
'process.env': {
|
||||
NODE_ENV: '"production"'
|
||||
}
|
||||
}),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
compress: {
|
||||
warnings: false
|
||||
}
|
||||
})
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue