From 0c6d978442b244ca3f29c1ffdd44b5007ae7ad93 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 29 Dec 2021 21:24:57 +0100 Subject: separate out visualizer library --- web/pw-frontend/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/pw-frontend/vite.config.js') diff --git a/web/pw-frontend/vite.config.js b/web/pw-frontend/vite.config.js index a7fcc74..84889ec 100644 --- a/web/pw-frontend/vite.config.js +++ b/web/pw-frontend/vite.config.js @@ -7,7 +7,7 @@ import wasmPack from 'vite-plugin-wasm-pack'; export default defineConfig({ plugins: [ svelte(), - wasmPack(["./planetwars-rs"]), + wasmPack([], ["planetwars-rs"]), viteCommonjs({ transformMixedEsModules: true, }), -- cgit v1.2.3