build: fix inflight PR conflict in integration/bazel (#28720)
PR Close #28720
This commit is contained in:
parent
67ad8a2632
commit
02ee8c7bc5
|
@ -46,12 +46,7 @@ ts_devserver(
|
|||
static_files = [
|
||||
"@npm//node_modules/zone.js:dist/zone.min.js",
|
||||
],
|
||||
deps = [
|
||||
"//src",
|
||||
# This will be removed with https://github.com/angular/angular/pull/28720. This is the
|
||||
# only remaining dependency that we still build from source here.
|
||||
"@rxjs",
|
||||
],
|
||||
deps = ["//src"],
|
||||
)
|
||||
|
||||
rollup_bundle(
|
||||
|
|
Loading…
Reference in New Issue