Hi,
Using:
“@babylonjs/addons”: “^9.1.0”,
“@babylonjs/core”: “^9.1.0”,
“@babylonjs/gui”: “^9.1.0”,
“@babylonjs/loaders”: “^9.1.0”,
“@babylonjs/materials”: “^9.1.0”,
Dev:
“@babylonjs/inspector”: “^9.1.0”,
“@babylonjs/loaders”: “^9.1.0”,
when I switched to 9.1 I get this error:
[ERROR] Could not resolve “@babylonjs/gui-editor/guiEditor.js”
node_modules/@babylonjs/inspector/lib/index-BCbXjPTn.js:19849:51: 19849 │ const { GUIEditor } = await import('@babylonjs/gui-editor/guiEditor.js'); ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You can mark the path “@babylonjs/gui-editor/guiEditor.js” as external to exclude it from the
bundle, which will remove this error and leave the unresolved path in the bundle. You can also add
“.catch()” here to handle this failure at run-time instead of bundle-time.
I’m not using the gui editor in any way. I did install it as a dev dependency to see it that would fix it but no luck…