fix: incorrect build config

This commit is contained in:
alikia2x (寒寒) 2025-04-02 22:48:19 +08:00
parent c3f13cc6e3
commit b1e071930c
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6
2 changed files with 1 additions and 9 deletions

View File

@ -19,14 +19,6 @@ export default defineConfig({
allow: [".", "../../"],
},
},
plugins: [tsconfigPaths()],
build: {
rollupOptions: {
output: {
assetFileNames: "assets/[name].[ext]", // Ensure .wasm files are copied
},
},
},
assetsInclude: ["**/*.wasm"],
plugins: [tsconfigPaths()]
},
});

Binary file not shown.