reordering vite plugin

Niko PLP 1 year 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: { worker: {
format: 'es', format: 'es',
plugins : [ plugins : [
wasm(),
topLevelAwait(), topLevelAwait(),
wasm(),
] ]
}, },
plugins: [ plugins: [
wasm(),
topLevelAwait(), topLevelAwait(),
wasm(),
svelte({ svelte({
preprocess: [ preprocess: [
vitePreprocess(), vitePreprocess(),

Loading…
Cancel
Save