Getting an "Uncaught SyntaxError" while trying to run WebGL game

Hi

I just updated my game and noticed that the WebGL version broke in some way and I am not sure how I can fix this. I get this error in a Chrome popup: “An error occurred running the Unity content on this page. See your browser’s JavaScript console for more info. The error was: Uncaught SyntaxError: Unexpected identifier”

If I then check the console I get this:
“UnityConfig.js:76 Invoking error handler due to Uncaught SyntaxError: Unexpected identifier fileloader.js:23
Uncaught SyntaxError: Unexpected identifier
UnityConfig.js:76 Invoking error handler due to
Uncaught SyntaxError: missing ) after argument list
localhost/:64 Uncaught SyntaxError: missing ) after argument list”

I have no idea what to do and I need to get this build to work as soon as possible. Any help is appreciated!

And if I’ve missed something obvious I’ll blame it on me being tired. Been awake for way too long when currently writing this.

I rebuilt the game and now it works. I have no idea why. This isn’t the first time this happens either. Meh, works for me at least.