]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/config/webpack.prod.js
Merge branch 'postgresql'
[github/Chocobozzz/PeerTube.git] / 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
       }),