Downloaded a builder scene of 3.7mb with barely any glb assets. Ran
npm run build
and saw the
index.js
file became 4.2mb.
I have noticed this on other scenes as well. Additionally, it looks like
.tsx
files increase the total
index.js
file size.
To my knowledge, this
index.js
file size counts towards a scenes file limitations.
Can we disregard the
index.js
in the scene size limitations?