You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fhis didnt work : const threeBundleSuffix = path.sep + path.join("node_modules", "three", "build", "three.module.js");
it end up in node_modules\three\build\three.module.js but it should be node_modules/three/build/three.module.js
Once this is fixed : it reduce the chunk only from 585.40 kB to 564.44kB ( I think its only the gl constant but not proper tree shaking )
Hello,
I got an error on my windows,
Fhis didnt work :
const threeBundleSuffix = path.sep + path.join("node_modules", "three", "build", "three.module.js");
it end up in
node_modules\three\build\three.module.js
but it should benode_modules/three/build/three.module.js
Once this is fixed : it reduce the chunk only from 585.40 kB to 564.44kB ( I think its only the gl constant but not proper tree shaking )
three v155
vite 4.4.9
tried with pnpm & yarn both same result.
The text was updated successfully, but these errors were encountered: