Client: do not emit warnings when uglify client
This commit is contained in:
parent
e7661bb134
commit
408c7137c6
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ module.exports = function (env) {
|
||||||
keep_fnames: true
|
keep_fnames: true
|
||||||
}, // prod
|
}, // prod
|
||||||
compress: {
|
compress: {
|
||||||
screw_ie8: true
|
screw_ie8: true,
|
||||||
|
warnings: false
|
||||||
}, // prod
|
}, // prod
|
||||||
comments: false // prod
|
comments: false // prod
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue