Client: do not emit warnings when uglify client
authorChocobozzz <florian.bigard@gmail.com>
Fri, 9 Dec 2016 16:29:19 +0000 (17:29 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 9 Dec 2016 16:29:19 +0000 (17:29 +0100)
client/config/webpack.prod.js

index 98507ff8e65404af41a0d1b7770af536e07acc5e..447d47415ccbc331eab705253d5d078cfa2e305c 100644 (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
       }),