Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot see ES6 src files in debugger with bundles #23

Open
jhnet3 opened this issue Sep 17, 2016 · 0 comments
Open

Cannot see ES6 src files in debugger with bundles #23

jhnet3 opened this issue Sep 17, 2016 · 0 comments

Comments

@jhnet3
Copy link

jhnet3 commented Sep 17, 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.

jhnet3 pushed a commit to jhnet3/gulp-jspm-build that referenced this issue Sep 17, 2016
@jhnet3 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 jhnet3 changed the title Cannot see src/ files with bundles in debugger Cannot see src/ files in debugger with bundles Oct 9, 2016
@jhnet3 jhnet3 changed the title Cannot see src/ files in debugger with bundles Cannot see ES6 src files in debugger with bundles Oct 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant