-
Notifications
You must be signed in to change notification settings - Fork 61
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 map problems #127
Comments
Found out that [ babelify --sourceMapsAbsolute ] solves problem number (1) listed above. |
@sergiu-paraschiv Great finding. I guess with |
The first thing I found was that with livereactreload enabled babelify generates a separate sourceMapUrl for each module instead of a big one at the end of the bundle. |
I submitted PR #138 to resolve this. It's mostly working but there are two unresolved issues I could use some feedback on if anyone's interested. Details in the PR. |
@EugeneZ does it solve the line number problem too? or just duplicate filenames? |
@sassanh Both! And also adds accurate sourcemaps when changed modules are loaded. |
@EugeneZ great, it seems to be working for me. |
Continuing from #123 (comment)
Hmmm, okay... I know there have been some problems with source maps from the very beginning (#2 and #106) but I have no idea how to fix them. Any help/suggestions are warmly welcomed!
The text was updated successfully, but these errors were encountered: