reordering vite plugin

master
Niko PLP 8 months ago
parent e05c03bc57
commit 13d6e5e73f
  1. 4
      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(),

Loading…
Cancel
Save