Skip to content

Commit

Permalink
Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
faberto committed Jan 30, 2024
1 parent d6410b3 commit f18245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit f18245d

Please sign in to comment.