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

How to disable ">>> RESTARTING <<<" message? #115

Closed MaxmaxmaximusAWS closed 3 years ago

MaxmaxmaximusAWS commented 4 years ago

--quiet and -q flags like nodemon not working.

How to disable ">>> RESTARTING <<<" message?

p.s. Please add an option that would also clear the console before restarting =) I would like to just press ctrl + s and see in the console ONLY the result of the current iteration. If I write 200 console.log's in my app (I do this often), then I want scroll to top of output, and understand where it starts. And must not see the results of previous iterations. ^ _ ^ if you understand what I mean.

STRML commented 3 years ago

I think a clear console option is a good idea. PRs welcome.

STRML commented 3 years ago

Fixed in 7.2.0 (option --clear-console).

MaxmaxmaximusAWS commented 3 years ago

thank you very much