build(bazel): tslib.js still required in ts_devserver & ts_web_test_suite for schematics (#29694)
PR Close #29694
This commit is contained in:
parent
c0ec8425c2
commit
9c056b974a
|
@ -80,6 +80,7 @@ ts_devserver(
|
||||||
entry_module = "project/src/main.dev",
|
entry_module = "project/src/main.dev",
|
||||||
serving_path = "/bundle.min.js",
|
serving_path = "/bundle.min.js",
|
||||||
scripts = [
|
scripts = [
|
||||||
|
"@npm//node_modules/tslib:tslib.js",
|
||||||
":rxjs_umd_modules",
|
":rxjs_umd_modules",
|
||||||
],
|
],
|
||||||
static_files = [
|
static_files = [
|
||||||
|
@ -119,6 +120,9 @@ ts_library(
|
||||||
|
|
||||||
ts_web_test_suite(
|
ts_web_test_suite(
|
||||||
name = "test",
|
name = "test",
|
||||||
|
srcs = [
|
||||||
|
"@npm//node_modules/tslib:tslib.js",
|
||||||
|
],
|
||||||
runtime_deps = [
|
runtime_deps = [
|
||||||
":initialize_testbed",
|
":initialize_testbed",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue