gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] 01/02: don't uglify, since it makes so


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 01/02: don't uglify, since it makes source maps too big
Date: Sat, 03 Jun 2017 21:00:18 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

commit 73bcf22ebf39078e9998d191780ba8cabedb893c
Author: Florian Dold <address@hidden>
AuthorDate: Sat Jun 3 20:48:26 2017 +0200

    don't uglify, since it makes source maps too big
---
 webpack.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.config.js b/webpack.config.js
index cc17ad4d..60311aaa 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -42,7 +42,7 @@ module.exports = function (env) {
     ],
   }
   if (env.prod) {
-    base.plugins.push(new webpack.optimize.UglifyJsPlugin());
+    //base.plugins.push(new webpack.optimize.UglifyJsPlugin({sourceMap: 
true}));
     base.plugins.push(new webpack.LoaderOptionsPlugin({minimize: true}));
     base.plugins.push(new webpack.DefinePlugin({
       "process.env.NODE_ENV": JSON.stringify("production")

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]