diff --git a/vue.config.js b/vue.config.js index 71e49fb..a2e4f28 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,6 +7,9 @@ module.exports = defineConfig({ test: /\.aes$/, use: { loader: '@aeternity/contract-builder', + options: { + compilerType: 'http', + }, }, }], },