From 13d6e5e73fffefa72b100c05beffe2e659eb177d Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Fri, 8 Sep 2023 10:42:52 +0300 Subject: [PATCH] reordering vite plugin --- ng-app/vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(),