Every time I build my project I get these errors,
The weird thing is, if I go build and run, it runs just fine, but if I close it and try opening the index.html file, I get these errors.
Does anyone know how to fix this? I looked around, and found a few solutions, but none of them worked for me.
Edit:
For anyone with this issue, as it turns out you can’t just run a build in the browser using the index.html, it had nothing to do with me building it wrong. I found this video,
Which explains how to run your build in Firefox. I’m sure there’s a way to do it in other browsers too, but idk how lol.