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 90c8b47 commit a956474Copy full SHA for a956474
packages/angular_devkit/build_optimizer/BUILD
@@ -25,8 +25,8 @@ ts_library(
25
"**/*_spec.ts",
26
],
27
),
28
- # Note, intentionally no node_modules attribute - so it will use the
29
- # compile-time deps in the downstream repository's //:node_modules.
30
- # This creates the assumption that every consumer does have that target.
31
tsconfig = "//:tsconfig.json",
+ # Borrow the compile-time deps of the typescript compiler
+ # Just to avoid an extra npm install action.
+ node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules",
32
)
0 commit comments