After upgrading to v5.12.1 from v5.11, webpack build breaks

Is there a message that’s telling you that or is that coming from somewhere else? I didn’t see any mention of missing that package or anything resembling that one anywhere.

I checked my package-lock.json and it appears it does appear in there although I wonder if the issue wasn’t because of this other package versioning I read about:

    "node_modules/babylonjs-gltf2interface": {
      "version": "5.13.2",
      "resolved": "https://registry.npmjs.org/babylonjs-gltf2interface/-/babylonjs-gltf2interface-5.13.2.tgz",
      "integrity": "sha512-BKDMo8+y6uOqJxSuBqpq6D8U/Pm6psk6EwI2O/XnSrQn0fX3ThNn3NEV2iahoYFyJEcESGf1m8v3Uds32ZvHvw==",
      "dev": true,
      "peer": true
    },