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 aec2a2c commit d7f5755Copy full SHA for d7f5755
packages/compiler-cli/ngcc/test/BUILD.bazel
@@ -102,6 +102,11 @@ jasmine_node_test(
102
# Disabled in AOT mode because we want ngcc to compile non-AOT Angular packages.
103
"no-ivy-aot",
104
],
105
+ templated_args = [
106
+ # TODO(josephperrott): update dependency usages to no longer need bazel patch module resolver
107
+ # See: https://github.com/bazelbuild/rules_nodejs/wiki#--bazel_patch_module_resolver-now-defaults-to-false-2324
108
+ "--bazel_patch_module_resolver",
109
+ ],
110
deps = [
111
":integration_lib",
112
"@npm//canonical-path",
0 commit comments