aframe-cubemap-component
aframe-cubemap-component copied to clipboard
negx.jpg is not rendered in yokohama example on MacOS Chrome?

Chrome: Version 103.0.5060.53 (Official Build) (arm64) OS: MacOS v12.4 on an M1 Macbook Pro.
Strange as it works in FireFox and in iOS Chrome on my iPad (which also runs an M1).
Got sucked down a rabbit hole, but found that the latest version of A-Frame doesn't have this issue.
This issue is harder to solve than expected. The latest version of A-Frame causes Browserify to throw an error like:
Error: Can't walk dependency graph: Cannot find module 'es-to-primitive/es5' from '/aframe-cubemap-component/node_modules/aframe/dist/aframe-master.js'
I'm not sure how to resolve this error. The "Browserify workflow" seems pseudo-deprecated in 2022, so it may be better to move this project to a different build system. I guess A-Frame moved to webpack.