diff --git a/nuxt.config.ts b/nuxt.config.ts index 179eba2..bf0603d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -23,7 +23,7 @@ export default defineNuxtConfig({ worker: { // Not needed with vite-plugin-top-level-await >= 1.3.0 // format: "es", - plugins: [wasm(), topLevelAwait()], + plugins: () => [wasm(), topLevelAwait()], }, optimizeDeps: { exclude: ['@nimiq/core-web'],