Skip to content

Commit 822a73b

Browse files
committed
docs(wallet): fix web-extension build
web-extension depends on webpack 4 and it fails because of optional chaining in calldata. This feature has 93.6 browser support.
1 parent 7dfb62f commit 822a73b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/browser/wallet-web-extension/vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ module.exports = {
2727
const sdkPath = path.join(__dirname, '..', '..', '..', 'es');
2828
config.module.rule('mjs').include.add(sdkPath);
2929
},
30+
transpileDependencies: ['@aeternity/aepp-calldata'],
3031
};

0 commit comments

Comments
 (0)