We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c815a commit a18f1a4Copy full SHA for a18f1a4
1 file changed
js/private/js_run_binary.bzl
@@ -400,11 +400,11 @@ See https://github.com/aspect-build/rules_js/tree/main/docs#using-binaries-publi
400
extra_srcs.append(runfiles_label)
401
else:
402
tools = tools + select({
403
- "//js:_hoist_runfiles_to_exec_cfg_true": [runfiles_label],
+ "@aspect_rules_js//js:_hoist_runfiles_to_exec_cfg_true": [runfiles_label],
404
"//conditions:default": [],
405
})
406
extra_srcs = extra_srcs + select({
407
- "//js:_hoist_runfiles_to_exec_cfg_true": [],
+ "@aspect_rules_js//js:_hoist_runfiles_to_exec_cfg_true": [],
408
"//conditions:default": [runfiles_label],
409
410
0 commit comments