You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One was that I was running all script tags, regardless if they had a standard type attribute. I'm now running only scripts with a standard type, or without a type, just like the standard browser behavior.
The other was that babel's browser.js relies on DOMContentLoaded. The default browser behavior is to trigger it after all scripts are loaded, so now I'm mimicking that too.
I released the fixed as 1.0.3. After you upgrade everything should be working.
I'm also looking at the other issue you posted. Hopefully I'll get a fix for it later today.
returns:
Uncaught SyntaxError: Unexpected token <
Same works if you copy-paste it to html file and open it in browser.
The text was updated successfully, but these errors were encountered: