i 「wds」: Project is running at http://172.24.144.1/
i 「wds」: webpack output is served from /client
i 「wds」: Content not from webpack is served from C:\Users\Ryan\projects\colossum\client\public
i 「wds」: 404s will fallback to /client/
Starting the development server...
Failed to compile.
./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();
I’ve read through some similar posts in these forums and it seems likely there’s some configuration I’m missing or something else small but hard to guess at - does anyone have an idea where to start looking?
It’s the “null coalescing operator” that you need to configure babel for. I wonder why Babylon doesn’t target an older ES version, since lots of people have issues.