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