From 02ee8c7bc5ffa17ffc78c9e235c07f36adcd2e56 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Tue, 19 Feb 2019 14:54:25 -0800 Subject: [PATCH] build: fix inflight PR conflict in integration/bazel (#28720) PR Close #28720 --- integration/bazel/src/BUILD.bazel | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/integration/bazel/src/BUILD.bazel b/integration/bazel/src/BUILD.bazel index b1ccf49082..6b30a85dea 100644 --- a/integration/bazel/src/BUILD.bazel +++ b/integration/bazel/src/BUILD.bazel @@ -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(