File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 )
5656under 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments