Removed logs (#890)
This commit is contained in:
parent
8bd698a8fe
commit
542512f720
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ module.exports = [{
|
|||
new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: true,
|
||||
compress: {
|
||||
warnings: false
|
||||
warnings: false,
|
||||
drop_console :true
|
||||
}
|
||||
}),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
|
|
Loading…
Reference in a new issue