@Wayskid Yes there is, but that’s not new information.
Refer to my original screenshot where I show that your currently deployed site has a script element with a src attribute pointing to a .jsx file with a type="text/babel".
The file has not been built, it’s a source file.
That error occurs because the site is trying to load that .jsx file as if it were a .js file and Netlify serves the .jsx file with a Content-Type of application/octet-stream.
