Skip to content

Commit 526695e

Browse files
build: remove node_module assignment in BUILD files
1 parent 3954f8c commit 526695e

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

packages/angular/pwa/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ ts_library(
2929
"//packages/angular_devkit/schematics",
3030
],
3131
tsconfig = "//:tsconfig.json",
32-
# Borrow the compile-time deps of the typescript compiler
33-
# Just to avoid an extra npm install action.
34-
node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules",
3532
)

packages/angular_devkit/architect/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@ ts_library(
3232
tsconfig = "//:tsconfig.json",
3333
module_name = "@angular-devkit/architect",
3434
module_root = "src",
35-
# Borrow the compile-time deps of the typescript compiler
36-
# Just to avoid an extra npm install action.
37-
node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules",
3835
)

packages/angular_devkit/build_optimizer/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ ts_library(
2727
],
2828
),
2929
tsconfig = "//:tsconfig.json",
30-
# Borrow the compile-time deps of the typescript compiler
31-
# Just to avoid an extra npm install action.
32-
node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules",
3330
)

0 commit comments

Comments
 (0)