gulp-jspm-build icon indicating copy to clipboard operation
gulp-jspm-build copied to clipboard

Cannot see ES6 src files in debugger with bundles

Open jhnet3 opened this issue 7 years ago • 0 comments

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.

jhnet3 avatar Sep 17 '16 14:09 jhnet3