Client: do not emit warnings when uglify client

This commit is contained in:
Chocobozzz 2016-12-09 17:29:19 +01:00
parent e7661bb134
commit 408c7137c6

View File

@ -159,7 +159,8 @@ module.exports = function (env) {
keep_fnames: true
}, // prod
compress: {
screw_ie8: true
screw_ie8: true,
warnings: false
}, // prod
comments: false // prod
}),