Skip to content

Commit

Permalink
docs(webpack_devserver): add note about ibazel issue 100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Oct 22, 2024
1 parent a6b7ebe commit 468180f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ This is a macro that uses
[js_run_devserver](https://github.com/aspect-build/rules_js/blob/main/docs/js_run_devserver.md)
under the hood.

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


**PARAMETERS**

Expand Down
3 changes: 3 additions & 0 deletions webpack/private/webpack_devserver.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def webpack_devserver(
[js_run_devserver](https://github.com/aspect-build/rules_js/blob/main/docs/js_run_devserver.md)
under the hood.
When using ibazel, the devserver will automatically reload when the source files change. Note that
ibazel does not work when using bazel `alias` targets, see https://github.com/bazelbuild/bazel-watcher/issues/100.
Args:
name: A unique name for this target.
Expand Down

0 comments on commit 468180f

Please sign in to comment.