build(bazel): tslib.js still required in ts_devserver & ts_web_test_suite for schematics (#29694)

PR Close #29694
This commit is contained in:
Greg Magolan 2019-04-04 08:57:05 -07:00 committed by Igor Minar
parent c0ec8425c2
commit 9c056b974a
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,7 @@ ts_devserver(
entry_module = "project/src/main.dev",
serving_path = "/bundle.min.js",
scripts = [
"@npm//node_modules/tslib:tslib.js",
":rxjs_umd_modules",
],
static_files = [
@ -119,6 +120,9 @@ ts_library(
ts_web_test_suite(
name = "test",
srcs = [
"@npm//node_modules/tslib:tslib.js",
],
runtime_deps = [
":initialize_testbed",
],