Skip to content

Commit

Permalink
docs: fix wallet-web-extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Dec 9, 2024
1 parent 9b0379f commit 0ef86ea
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 @@ -26,6 +26,7 @@ module.exports = {
chainWebpack: (config) => {
const sdkPath = path.join(__dirname, '..', '..', '..', 'es');
config.module.rule('mjs').include.add(sdkPath);
config.module.rule('js').test(/\.(c|m)?jsx?$/);
},
transpileDependencies: ['@aeternity/aepp-calldata'],
};

0 comments on commit 0ef86ea

Please sign in to comment.