This reverts commit a38433f36b
.
Reason: this causes failures in g3 with i18n extraction. See #31267.
PR Close #31267
This commit is contained in:

committed by
Kara Erickson

parent
2c07820636
commit
660800ca4e
@ -23,10 +23,10 @@ ts_devserver(
|
||||
entry_module = "angular/modules/playground/src/todo/index",
|
||||
index_html = "index.html",
|
||||
port = 4200,
|
||||
scripts = ["@npm//:node_modules/tslib/tslib.js"],
|
||||
scripts = ["@npm//node_modules/tslib:tslib.js"],
|
||||
static_files = [
|
||||
"@npm//:node_modules/zone.js/dist/zone.js",
|
||||
"@npm//:node_modules/reflect-metadata/Reflect.js",
|
||||
"@npm//node_modules/zone.js:dist/zone.js",
|
||||
"@npm//node_modules/reflect-metadata:Reflect.js",
|
||||
],
|
||||
deps = [":todo"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user