We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfb62f commit 822a73bCopy full SHA for 822a73b
examples/browser/wallet-web-extension/vue.config.js
@@ -27,4 +27,5 @@ module.exports = {
27
const sdkPath = path.join(__dirname, '..', '..', '..', 'es');
28
config.module.rule('mjs').include.add(sdkPath);
29
},
30
+ transpileDependencies: ['@aeternity/aepp-calldata'],
31
};
0 commit comments