kmagiera / babel-watch

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

#147 Fix parse freesing on ignored files, catch and rethrow exception… #148

Closed IMalyugin closed 1 year ago

IMalyugin commented 1 year ago
STRML commented 1 year ago

I see now. Failing to write even an empty file to the pipeFd screws up babelWatchLoader() in runner.js. Thanks for the contribution.