-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Breakpoints not working after adding sourcemaps in 0.8.x #1186
Comments
I had exactly the same issue today. I fixed my problem by adding Found the solution in the post here. If this is an accepted fix I can submit a pull request. |
Thanks for the comment. That feels like an odd fix so I'd rather not apply it without a full understanding of why this works. But if you can reproduce this in your project, can you try updating Webpack to 1.14.0? It should contain a fix for a possibly related issue. |
@gaearon Upgrading to 1.14.0 seems to work for me. |
Heh. I was debating whether to file an issue or not, but it was late and I was curious if @TheLarkInn had anything to say first. I see that #1188 is tagged for 0.8.2, so I'll look forward to that. Thanks for looking into this! (Side note: having looked at the Webpack 1.x code for handling the |
Per @markerikson they don't always work.
https://twitter.com/acemarke/status/806353019902316545
We need reproducing cases to get to the root of the issue. If you can show code in which breakpoints are broken this would help.
If we don't fix them I intend to revert the sourcemaps change. We can't break breakpoints. But I hope we'll solve this instead.
The text was updated successfully, but these errors were encountered: