Skip to content

Commit f10d6f5

Browse files
committed
docs(js_run_devserver): add note about ibazel issue 100
1 parent d29423a commit f10d6f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/js_run_devserver.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/private/js_run_devserver.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ def js_run_devserver(
206206
Supports running with [ibazel](https://github.com/bazelbuild/bazel-watcher).
207207
Only `data` files that change on incremental builds are synchronized when running with ibazel.
208208
209+
Note that the use of `alias` targets is not supported by ibazel: https://github.com/bazelbuild/bazel-watcher/issues/100
210+
209211
Args:
210212
name: A unique name for this target.
211213

0 commit comments

Comments
 (0)