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

Source maps files broken because of not having full path #2167

Closed
jithine opened this issue Nov 11, 2016 · 3 comments
Closed

Source maps files broken because of not having full path #2167

jithine opened this issue Nov 11, 2016 · 3 comments

Comments

@jithine
Copy link

jithine commented Nov 11, 2016

All the source map files in build.js.map for my app is missing file system path, all are flattened out.
Eg: I have this in my source map "sources":[ "ViewStore.js" which should have been "sources":[ "src/stores/ViewStore.js"

I am on jspm 0.17.0-beta.32

@guybedford
Copy link
Member

If you're using Babel as your transpiler I think this was fixed in systemjs/plugin-babel@cbd8f67. Release to follow soon.

@eliagrady
Copy link

Adding this line on my end (Windows machine) resulted in sourcemap paths like this:
./src/objects/file:/C:/dev/modules/DFP/src/objects/user.js

@ArmorDarks
Copy link

@eliagrady Probably it's related to #2361

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

4 participants