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

Preserve folder structure for source-mapped files. #26

Merged
merged 1 commit into from
Apr 23, 2016

Conversation

colinbate
Copy link
Contributor

Currently the path information other than the filename is lost from the sourcemaps which makes it difficult to work with them. This change sets the correct path for the source maps.

@xdave
Copy link

xdave commented Apr 18, 2016

I can confirm the issue here. I have several "components" in their own directory with an index.js file as the entry point for them. IF there's a problem in one of these files, the console error in the browser links me to the first index.js it finds, not the one I need to see the error in.

@colinbate
Copy link
Contributor Author

@xdave If you need something in the mean time, you can use https://www.npmjs.com/package/babel6-brunch which is this repo including PRs #26, #28, #29 and adding .babelrc importing.

@goshacmd
Copy link
Contributor

@paulmillr @es128 should we merge all these PRs?

@paulmillr paulmillr merged commit 084f7bd into babel:master Apr 23, 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

Successfully merging this pull request may close these issues.

None yet

4 participants