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 missing #110

Closed
msaspence opened this issue Dec 15, 2019 · 2 comments
Closed

Source maps missing #110

msaspence opened this issue Dec 15, 2019 · 2 comments

Comments

@msaspence
Copy link

If I run npx babel-node ./src/index.js --inspect=0.0.0.0:9223 I see a source maps in the Chrome dev tools.

If however I run npx babel-watch .src/index.js --inspect=0.0.0.0:9223 the files are transpired and run file however there are no source map comments in the file.

I have sourceMaps: 'both', in my babel.config.js file

@clintonmedbery
Copy link

Same problem here @kmagiera

@STRML
Copy link
Collaborator

STRML commented Jan 5, 2021

Fixed in 7.3.0 through #118.

@STRML STRML closed this as completed Jan 5, 2021
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

3 participants