refactor: establish unified viewer workspaces

This commit is contained in:
2026-07-29 09:11:14 +09:00
parent bedb357259
commit 3279ac099e
27 changed files with 591 additions and 4483 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ export default defineConfig({
sourcemap: true,
rollupOptions: {
output: {
manualChunks: { three: ['three'] },
manualChunks(id) {
if (id.includes('/node_modules/three/')) return 'three';
},
},
},
},