fix: incorrect build config
This commit is contained in:
parent
c3f13cc6e3
commit
b1e071930c
@ -19,14 +19,6 @@ export default defineConfig({
|
|||||||
allow: [".", "../../"],
|
allow: [".", "../../"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [tsconfigPaths()],
|
plugins: [tsconfigPaths()]
|
||||||
build: {
|
|
||||||
rollupOptions: {
|
|
||||||
output: {
|
|
||||||
assetFileNames: "assets/[name].[ext]", // Ensure .wasm files are copied
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
assetsInclude: ["**/*.wasm"],
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user