]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/config/webpack.prod.js
Design signup and login pages
[github/Chocobozzz/PeerTube.git] / client / config / webpack.prod.js
index 539b9a1ee06b92751355ce7991fb8c8d3a0244ef..e2dde854de12f5ae3f4922a7552b0e1b6dd2ae35 100644 (file)
@@ -160,14 +160,13 @@ module.exports = function (env) {
           uglifyOptions: {
             ie8: false,
             ecma: 6,
-            warnings: true,
+            warnings: false,
             mangle: true,
             output: {
               comments: false,
               beautify: false
             }
-          },
-          warningsFilter: () => false
+          }
         }),
 
         /**