summaryrefslogtreecommitdiff
path: root/rollup.config.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 01:03:45 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 01:03:45 +0100
commitd8170c815913b4395febc4ce3402fe45ba0d2e87 (patch)
tree5482a977d01132d2eee08637d5e41a50f242d799 /rollup.config.js
parentc8c84911ce4f69900ffbbf5accff827c78d9e13b (diff)
downloadwallet-core-d8170c815913b4395febc4ce3402fe45ba0d2e87.tar.gz
wallet-core-d8170c815913b4395febc4ce3402fe45ba0d2e87.tar.bz2
wallet-core-d8170c815913b4395febc4ce3402fe45ba0d2e87.zip
squelch rollup warning
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index e520a1bd8..ed99218ed 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(),