reordering vite plugin

Niko PLP 11 months ago
parent bab5cdb83a
commit 1d92f7084e
  1. BIN
      ng-app/dist-file.tar.gz
  2. 4
      ng-app/vite.config.ts

Binary file not shown.

@ -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