Remove unused Three.js dependencies and update build config
This commit is contained in:
@@ -9,7 +9,6 @@ export default defineConfig({
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: {
|
||||
'three': ['three', '@react-three/fiber', '@react-three/drei'],
|
||||
'motion': ['motion'],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user