]> 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 ecd7914c793b2d3cbfb61f4c11c285a1e856a398..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
             }
-          },
-          warnings: true
+          }
         }),
 
         /**