perf: reduce 3D runtime artifacts (#7)

This commit is contained in:
2026-07-29 11:04:42 +09:00
parent fc2871ce4c
commit 0c656808e0
20 changed files with 148 additions and 309 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export default defineConfig({
server: { host: '127.0.0.1', port: 3333, open: false, strictPort: true },
build: {
target: 'es2022',
sourcemap: true,
sourcemap: false,
rollupOptions: {
output: {
manualChunks(id) {