fix(yarn): release bundle

This commit is contained in:
2026-08-21 16:09:12 +02:00
parent 7667ff24cd
commit 87dfa0c142
3 changed files with 11 additions and 5 deletions
+6
View File
@@ -5,4 +5,10 @@ import wasm from "vite-plugin-wasm";
export default defineConfig({
plugins: [wasm(), svelte(), tailwindcss()],
build: {
target: "esnext"
},
worker: {
format: "es",
},
});