From cdf5bd76e7ed504eff14453053a3bc1633e6d3ca Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 8 Jan 2020 00:42:33 -0800 Subject: [PATCH] test: keep diff in integration/bazel minimal by not introducing additional_root_paths (#34736) PR Close #34736 --- integration/bazel/src/BUILD.bazel | 2 -- integration/bazel/src/index.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/integration/bazel/src/BUILD.bazel b/integration/bazel/src/BUILD.bazel index 033b70f429e..18b1c017d89 100644 --- a/integration/bazel/src/BUILD.bazel +++ b/integration/bazel/src/BUILD.bazel @@ -36,7 +36,6 @@ filegroup( ts_devserver( name = "devserver", - additional_root_paths = ["npm/node_modules/zone.js/dist"], entry_module = "bazel_integration_test/src/main", scripts = [ ":rxjs_umd_modules", @@ -74,7 +73,6 @@ pkg_web( ":bundle.min", "@npm//:node_modules/zone.js/dist/zone.min.js", ], - additional_root_paths = ["npm/node_modules/zone.js/dist"], ) http_server( diff --git a/integration/bazel/src/index.html b/integration/bazel/src/index.html index f1bbe5db37d..a23562e782b 100644 --- a/integration/bazel/src/index.html +++ b/integration/bazel/src/index.html @@ -9,7 +9,7 @@ - +