hi,
I have this message when I update babylonjs in my project, I don’t understand why
./node_modules/@babylonjs/core/Misc/environmentTextureTools.js 100:39
Module parse failed: Unexpected token (100:39)
File was processed with these loaders:
- ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| }
|
const imageType = options.imageType ?? DefaultEnvironmentTextureImageType;
| const engine = internalTexture.getEngine();
|
my package.json file contains :
“@babylonjs/core”: “^5.24.0”,
“@babylonjs/gui”: “^5.24.0”,
“@babylonjs/inspector”: “^5.24.0”,
“@babylonjs/loaders”: “^5.24.0”,
“@babylonjs/materials”: “^5.24.0”,
“@babylonjs/procedural-textures”: “^5.24.0”,
“@babylonjs/serializers”: “^5.24.0”,
“babylonjs-gltf2interface”: “^5.24.0”,