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

sourcemaps: inline set in .babelrc breaks source maps from babel-loader #174

Closed
EdwardDrapkin opened this issue Dec 3, 2015 · 1 comment

Comments

@EdwardDrapkin
Copy link

This is a pretty bizarre use-case I guess, but I had babel inlining sourcemaps and this broke babel-loader. I had to change my configuration for babel from 'inline' to true, which wasn't a big deal, but it was odd to debug. Babel doesn't output a map key in the result of transform() if sourcemaps are specified to be inlined, so IMO because inlining sourcemaps is handled in webpack rather than babel, you should detect and override this option for poor folks in the future.

@vasyas
Copy link

vasyas commented Jan 28, 2016

+1 the same happens to me

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

2 participants