diff --git a/ng-app/vite.config.ts b/ng-app/vite.config.ts index 6c3d75b..70cad63 100644 --- a/ng-app/vite.config.ts +++ b/ng-app/vite.config.ts @@ -14,13 +14,13 @@ export default defineConfig(async () => { worker: { format: 'es', plugins : [ - wasm(), topLevelAwait(), + wasm(), ] }, plugins: [ - wasm(), topLevelAwait(), + wasm(), svelte({ preprocess: [ vitePreprocess(),