Description
Bazel targets can rebuild automatically from a development watcher when source files change.
It is useful for developers who want the latest watcher changes while working in Bazel projects. Watch tools can execute build commands repeatedly, so target selection should avoid expensive or destructive actions.