build: fix inflight PR conflict in integration/bazel (#28720)

PR Close #28720
This commit is contained in:
Greg Magolan 2019-02-19 14:54:25 -08:00 committed by Igor Minar
parent 67ad8a2632
commit 02ee8c7bc5
1 changed files with 1 additions and 6 deletions

View File

@ -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(