When I include @react-three/xr in my project multiple large .js files are added to my build, for example meeting_room-COtFIOij.js and living_room-CVCYIB7e.js.
Is there any way to prevent this from happening?
Snippet of my package.json:
"@react-three/xr": "6.6.27",
"@react-three/drei": "10.7.5",
"@react-three/fiber": "9.3.0",
"three": "0.180.0",
"typescript": "5.9.2",
"vite": "7.2.4"
When I include @react-three/xr in my project multiple large .js files are added to my build, for example meeting_room-COtFIOij.js and living_room-CVCYIB7e.js.
Is there any way to prevent this from happening?
Snippet of my package.json: