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(),