Remove unused Three.js dependencies and update build config

This commit is contained in:
google-labs-jules[bot]
2026-01-22 04:21:32 +00:00
parent 520716ed2a
commit 770bc6def4
3 changed files with 1 additions and 596 deletions

View File

@@ -9,7 +9,6 @@ export default defineConfig({
rollupOptions: {
output: {
manualChunks: {
'three': ['three', '@react-three/fiber', '@react-three/drei'],
'motion': ['motion'],
},
},