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
I get this same problem calling jspm bundle app/module build/bundle.js --minify followed by Unexpected token errors in the component. My code hasn't changed, but I've upgraded jspm. Is there a new way to do this?
I ended up solving this by removing this plugin and allowing babel to handle my jsx which it does out of the box, if you remove the blacklist for jsx in jspm/system.js
I run the command
jspm bundle js/app.jsx! -i
and it breaks on the html inside the jsx like this:
The text was updated successfully, but these errors were encountered: