gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: squelch rollup warning


From: gnunet
Subject: [taler-wallet-core] branch master updated: squelch rollup warning
Date: Fri, 06 Dec 2019 01:03:56 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new d8170c81 squelch rollup warning
d8170c81 is described below

commit d8170c815913b4395febc4ce3402fe45ba0d2e87
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 6 01:03:45 2019 +0100

    squelch rollup warning
---
 rollup.config.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rollup.config.js b/rollup.config.js
index e520a1bd..ed99218e 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -33,7 +33,8 @@ const walletAndroid = {
   input: 'dist/node/android/index.js',
   output: {
     file: 'dist/standalone/taler-wallet-android.js',
-    format: 'cjs'
+    format: 'cjs',
+    exports: 'named',
   },
   plugins: [
     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]