kmagiera / babel-watch

Reload your babel-node app on JS source file changes. And do it fast.
MIT License
528 stars 70 forks source link

Source maps missing #110

Closed msaspence closed 3 years ago

msaspence commented 4 years ago

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 commented 4 years ago

Same problem here @kmagiera

STRML commented 3 years ago

Fixed in 7.3.0 through #118.