-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
generated source maps are broken #159
Comments
It may be related to a sourcemaps issue with subdirectories. Can you try this workaround? |
Thanks @demurgos but it didn't work, I tried your fix here: |
You applied it properly, so it seems it is not related to the issue I linked. I am not on my dev computer right now so I can't run your repro (BTW, thanks: it's great to have it). I'll try to look at it later. If you find something yourself, please leave a comment. |
Seems to be a duplicate of #64 |
I have this problem aswell (using only gulp-babel along with gulp-sourcemaps), and the generated sourcemaps open properly in the browser, however they are desynced with original code. I'm using @babel/plugin-transform-async-to-generator for async/await support. |
Hi all,
I can't seem to generate valid sourcemaps when using gulp-babel, please let me know if I'm missing something or got something wrong, but I think this is a bug.
You can reproduce this behaviour here: https://github.com/Wonko7/gulp-babel-bug-report
Using gulp-babel 8.0.0-beta.2 to build a project produces incorrect sourcemaps, whereas calling babel manually on each js file works.
If you need anything else let me know.
The text was updated successfully, but these errors were encountered: