diff --git a/ng-app/dist-file.tar.gz b/ng-app/dist-file.tar.gz index 12bb023..056aa1e 100644 Binary files a/ng-app/dist-file.tar.gz and b/ng-app/dist-file.tar.gz differ 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(),