7.3.0: Features!
A few new features in this release:
- Added
--before-restartoption. Use to synchronously execute a script between restarts (#79, #80, #102,#108). For example:babel-watch --before-restart="yarn lint" app.js
- Added colors to output (and
--no-colorsoption)- This changes the default
RESTARTINGmessage in favor of something a little less obnoxious. It also prints the files that caused the restart. You can still change it using--message.
- This changes the default
- Added
--restart-command, so you can change the defaultrs<enter>to manually restart. If you set--restart-command=false, the stdin handler is turned off entirely, which is desirable for certain interactive applications. (#35) - Added sourcemaps when
--debug/--debug-brk/--inspect/--inspect-brkare present. (#62, #118)- Added
--no-debug-source-mapsto disable this behavior, which can be useful if you want to debug the raw transpiled output.
- Added