Following upgrade to Cesium 1.107.2 (from 1.94.0) i am getting the following compiler error:
ERROR in ./node_modules/@cesium/engine/Source/Scene/GltfLoader.js 1026:57
Module parse failed: Unexpected token (1026:57)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See Concepts | webpack
| // However, for KHR_mesh_quantization, min and max must be dequantized for
| // normalized values, else the bounding sphere will be computed incorrectly.
const hasKhrMeshQuantization = gltf.extensionsRequired?.includes(
| “KHR_mesh_quantization”
| );
Is there a specific loader that should be added to fix this error?
Thanks in advance.