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
So per my note in #128
The esbuild script was giving errors when trying to bundle a three.js submodule. If I edit the file at /node_modules/three/package.json I can fix it so it bundles (e.g. for OrbitControls), but I am needing several modules already and would like to avoid that work. Am I missing something?
The text was updated successfully, but these errors were encountered:
So per my note in #128
The esbuild script was giving errors when trying to bundle a three.js submodule. If I edit the file at /node_modules/three/package.json I can fix it so it bundles (e.g. for OrbitControls), but I am needing several modules already and would like to avoid that work. Am I missing something?
The text was updated successfully, but these errors were encountered: