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 am getting a bunch of "Failed to parse SourceMap:" errors on Chrome Canary while running jspm. This also causes source maps to stop functioning on my dev environment.
This appears to be happening during in-browser transpilation. If I bundle my app code, I don't see these errors and source map is working fine. My config files are here
The text was updated successfully, but these errors were encountered:
@bhavinkamani I take it that is a browser warning? Yes source maps are not currently working for the Babel plugin. I'm aiming to release an update very soon with this.
I am getting a bunch of "Failed to parse SourceMap:" errors on
Chrome Canary
while running jspm. This also causes source maps to stop functioning on my dev environment.This appears to be happening during in-browser transpilation. If I bundle my app code, I don't see these errors and source map is working fine. My config files are here
The text was updated successfully, but these errors were encountered: