mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(devtools): restore build under stricter ts_project deps
The rules_angular bump in #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.
(cherry picked from commit aa7d9fcc61)
This commit is contained in:
committed by
Kristiyan Kostadinov
parent
0db4bb0eb0
commit
aaac1bcd79
@@ -8,7 +8,6 @@ ts_project(
|
||||
deps = [
|
||||
"//:node_modules/@angular/compiler-cli",
|
||||
"//devtools/tools/angular-optimization:js_lib",
|
||||
"//packages:package_json",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user