Skip to content

Commit b21661b

Browse files
committed
refactor: add bazel_ibp_support tag to js_run_devserver
1 parent 66b1eac commit b21661b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/private/js_run_devserver.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,11 @@ def js_run_devserver(
278278
"//conditions:default": False,
279279
}),
280280
entry_point = Label("@aspect_rules_js//js/private:js_devserver_entrypoint"),
281-
# This rule speaks the ibazel protocol
281+
# This rule speaks the ibazel protocol, supports live reload, supports incremental-build-protocol
282282
tags = kwargs.pop("tags", []) + [
283283
"ibazel_live_reload",
284284
"ibazel_notify_changes",
285+
"supports_incremental_build_protocol",
285286
],
286287
tool_exec_cfg = tool,
287288
tool_target_cfg = tool,

0 commit comments

Comments
 (0)