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
jhnet3
changed the title
Cannot see src/ files using bundles built by gulp-jspm-build in debugger
Cannot see src/ files with bundles in debugger
Sep 17, 2016
jhnet3
changed the title
Cannot see src/ files with bundles in debugger
Cannot see src/ files in debugger with bundles
Oct 9, 2016
jhnet3
changed the title
Cannot see src/ files in debugger with bundles
Cannot see ES6 src files in debugger with bundles
Oct 9, 2016
Chrome DevTools cannot see the original ES6 src files using bundles built by gulp-jspm-build
The app-bundle.js generated by gulp-jspm-build has sourceMappingURL mispelled with lowercase "Url" like this,
//# sourceMappingUrl=app-bundle.js.map
It should be all caps "URL" like this:
//# sourceMappingURL=app-bundle.js.map
After changing to uppercase URL, then DevTools sees the ES6 source.
The text was updated successfully, but these errors were encountered: