]> 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 ce6886af668ec185a59b2df79cb95ae3256e49b6..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
       }),
@@ -227,7 +228,7 @@ module.exports = function (env) {
               [/\*/, /(?:)/],
               [/\[?\(?/, /(?:)/]
             ],
-            customAttrAssign: [/\)?\]?=/]
+            customAttrAssign: [/\)?]?=/]
           },
 
           // FIXME: Remove