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
I'm unable to build the egowall project because of cryptic message:
Could not load 'BABYLON'
Ideally, I'd like:
steal-tools to work
or if it is a problem with my code, to give a better warning what the problem is
As far as I can tell, this warning is not from babylon. The app loads fine in development. If I build smaller parts of the app that do use babylon, everything works.
I'm trying to create a minimal breaking case.
It seems like it's a problem with bundle. If I build egospace/components/game-app on its own, everything works. If I do it as a bundle, the build breaks.
The import looks like:
import BABYLON from 'babylonjs/dist/preview release/babylon.max.js';
The text was updated successfully, but these errors were encountered:
The space in the url is odd and something we likely don't have tests for. I wonder if there's a difference in Node vs browser there. Although the way the bug manifests I'm not sure why adding the package as a dependency fixes it.
I'm unable to build the
egowall
project because of cryptic message:Ideally, I'd like:
As far as I can tell, this warning is not from babylon. The app loads fine in development. If I build smaller parts of the app that do use babylon, everything works.
I'm trying to create a minimal breaking case.
bundle
. If I buildegospace/components/game-app
on its own, everything works. If I do it as a bundle, the build breaks.The import looks like:
The text was updated successfully, but these errors were encountered: