Skip to content

Commit

Permalink
docs(wallet): fix web-extension build
Browse files Browse the repository at this point in the history
web-extension depends on webpack 4 and it fails because of optional chaining in calldata.
This feature has 93.6 browser support.
https://cli.vuejs.org/config/#transpiledependencies
  • Loading branch information
davidyuk committed Oct 15, 2024
1 parent 7dfb62f commit 164877a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/browser/wallet-web-extension/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ module.exports = {
const sdkPath = path.join(__dirname, '..', '..', '..', 'es');
config.module.rule('mjs').include.add(sdkPath);
},
transpileDependencies: ['@aeternity/aepp-calldata'],
};

0 comments on commit 164877a

Please sign in to comment.