8000
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 13b36cb commit 2fec7bcCopy full SHA for 2fec7bc
e2e/js_run_devserver/.bazelrc
@@ -13,3 +13,7 @@ import %workspace%/../../.aspect/bazelrc/performance.bazelrc
13
# should be last statement in this config so the user configuration is able to overwrite flags from
14
# this file. See https://bazel.build/configure/best-practices#bazelrc-file.
15
try-import %workspace%/../../.aspect/bazelrc/user.bazelrc
16
+
17
+# An override of the performance.bazelrc setting
18
+# This is needed as Bazel fails to detect a new file when added during an iBazel execution
19
+build --build_runfile_links
0 commit comments