Automatically recompile modified components (on save)
$bit watch
Copiedcopy
Additional Notes
by default, the watcher doesn't use polling, to keep the CPU idle. if this doesn't work well for you, run "bit config set watch_use_polling true" to use polling.

Options

OptionOption AliasDescriptionValue Type
--verbose-vshow all watch events and compiler verbose outputboolean
--skip-pre-compilation-skip compilation step before starting to watchboolean
--check-types-tEXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to projectstring
--import-ihelpful when using git. import component objects if .bitmap changed not by bitboolean