Skip to content

Commit aa7d9fc

Browse files
erkamyamancrisbeto
authored andcommitted
fix(devtools): restore build under stricter ts_project deps
The rules_angular bump in angular#69410 made ts_project require every `deps` entry to provide the JsInfo provider. `esbuild_base` listed `//packages:package_json` in its deps, but `esbuild-base.config.mts` never imports or reads package.json, so the dependency is unnecessary and now breaks analysis (`//packages:package_json` is a `copy_to_bin` target that provides only DefaultInfo). Remove it.
1 parent 350763d commit aa7d9fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

devtools/tools/esbuild/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ts_project(
88
deps = [
99
"//:node_modules/@angular/compiler-cli",
1010
"//devtools/tools/angular-optimization:js_lib",
11-
"//packages:package_json",
1211
],
1312
)
1413

0 commit comments

Comments
 (0)