gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: fix broken rollup config


From: gnunet
Subject: [taler-wallet-core] 01/02: fix broken rollup config
Date: Tue, 07 Apr 2020 12:47:07 +0200

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

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

commit cd7629c916f4df5a673e0c22263628248bf1f5d2
Author: Florian Dold <address@hidden>
AuthorDate: Tue Apr 7 15:14:02 2020 +0530

    fix broken rollup config
---
 rollup.config.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rollup.config.js b/rollup.config.js
index e88ad5ce..4e3666ea 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -14,17 +14,17 @@ const walletCli = {
   },
   external: builtins,
   plugins: [
+    nodeResolve({
+      preferBuiltins: true,
+    }),
+
     commonjs({
-      include: ["node_modules/**", "src/**"],
+      include: ["node_modules/**", "dist/node/**"],
       extensions: [".js", ".ts"],
       ignoreGlobal: false, // Default: false
       sourceMap: false,
       ignore: ["taler-wallet"],
     }),
-    nodeResolve({
-      preferBuiltins: true,
-    }),
-
     json(),
   ],
 };

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



reply via email to

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