Closed Kevin-Hamilton closed 3 years ago
Hey Kevin -- thanks for the report and finding the source of the issue. Looks like the folder name was somehow reverted out from under me during development and I never saw it because windows doesn't respect folder case.
I just published v0.5.2 that fixes the folder name. Do you mind giving that a try? It looked like it worked from unpkg for me.
Wow, thanks for the speedy fix! That did correct the issue for me.
Great! Thanks again for the report.
When building a project that has three-mesh-bvh as a dependency, I'm suddenly getting the error:
comparing version 0.5.1 to 0.5.0 at unpkg, I see the src/utils folder got renamed in this version to src/Utils (with an uppercase "U"): https://unpkg.com/browse/three-mesh-bvh@0.5.1/src/. I believe this is the cause of the issue.