From 01d1da67eeefab498c77d72d90d9efbca8b9320a Mon Sep 17 00:00:00 2001 From: atscott Date: Fri, 10 Jan 2020 13:39:43 -0800 Subject: [PATCH] Revert "test: keep diff in integration/bazel minimal by not introducing additional_root_paths (#34589)" (#34730) This reverts commit 3fda893f00d415926866ee1d6786974ef637dc8d. PR Close #34730 --- integration/bazel/src/BUILD.bazel | 2 ++ integration/bazel/src/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/integration/bazel/src/BUILD.bazel b/integration/bazel/src/BUILD.bazel index 18b1c017d8..033b70f429 100644 --- a/integration/bazel/src/BUILD.bazel +++ b/integration/bazel/src/BUILD.bazel @@ -36,6 +36,7 @@ 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", @@ -73,6 +74,7 @@ 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 a23562e782..f1bbe5db37 100644 --- a/integration/bazel/src/index.html +++ b/integration/bazel/src/index.html @@ -9,7 +9,7 @@ - +