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 fail if we don't pass env


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 01/02: don't fail if we don't pass env to webpack
Date: Wed, 26 Apr 2017 03:10:57 +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 9aab9fd6134351bba9445df2b24d3d2c6deedf0e
Author: Florian Dold <address@hidden>
AuthorDate: Wed Apr 26 01:30:52 2017 +0200

    don't fail if we don't pass env to webpack
---
 webpack.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webpack.config.js b/webpack.config.js
index e191553..2a1f13d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -4,6 +4,7 @@ const merge = require('webpack-merge');
 
 
 module.exports = function (env) {
+  env = env || {};
   const base = {
     output: {
       filename: '[name]-bundle.js',

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



reply via email to

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