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 c6c4d32 commit a09000cCopy full SHA for a09000c
packages/angular_devkit/build_angular/BUILD.bazel
@@ -392,7 +392,6 @@ LARGE_SPECS = {
392
# compete for the resources of other parallel tests slowing everything down.
393
# Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
394
tags = ["cpu:2"] + LARGE_SPECS[spec].get("tags", []),
395
- templated_args = ["--nobazel_patch_module_resolver"],
396
deps = [":build_angular_" + spec + "_test_lib"],
397
)
398
for spec in LARGE_SPECS
@@ -405,7 +404,6 @@ jasmine_node_test(
405
404
shard_count = 30,
406
tags = ["cpu:2"],
407
templated_args = [
408
- "--nobazel_patch_module_resolver",
409
"view_engine",
410
],
411
deps = [":build_angular_browser_test_lib"],
0 commit comments