Skip to content

Commit a6c838d

Browse files
authored
docs(webpack_devserver): add note about ibazel issue 100 (#162)
See bazelbuild/bazel-watcher#100
1 parent a6b7ebe commit a6c838d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/rules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ This is a macro that uses
5555
[js_run_devserver](https://github.com/aspect-build/rules_js/blob/main/docs/js_run_devserver.md)
5656
under the hood.
5757

58+
When using ibazel, the devserver will automatically reload when the source files change. Note that
59+
ibazel does not work when using bazel `alias` targets, see https://github.com/bazelbuild/bazel-watcher/issues/100.
60+
5861

5962
**PARAMETERS**
6063

webpack/private/webpack_devserver.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def webpack_devserver(
2424
[js_run_devserver](https://github.com/aspect-build/rules_js/blob/main/docs/js_run_devserver.md)
2525
under the hood.
2626
27+
When using ibazel, the devserver will automatically reload when the source files change. Note that
28+
ibazel does not work when using bazel `alias` targets, see https://github.com/bazelbuild/bazel-watcher/issues/100.
29+
2730
Args:
2831
name: A unique name for this target.
2932

0 commit comments

Comments
 (0)