build: renamed "injected_scripts" target to "asset_injected_index_html" (#34736)
PR Close #34736
This commit is contained in:
parent
cc0f3c1422
commit
e0827f2ad5
|
@ -66,7 +66,7 @@ terser_minified(
|
||||||
)
|
)
|
||||||
|
|
||||||
html_insert_assets(
|
html_insert_assets(
|
||||||
name = "inject_scripts",
|
name = "asset_injected_index_html",
|
||||||
outs = ["_/index.html"],
|
outs = ["_/index.html"],
|
||||||
args = [
|
args = [
|
||||||
"--html",
|
"--html",
|
||||||
|
@ -94,7 +94,7 @@ pkg_web(
|
||||||
"@npm//:node_modules/zone.js/dist/zone.min.js",
|
"@npm//:node_modules/zone.js/dist/zone.min.js",
|
||||||
":bundle.min",
|
":bundle.min",
|
||||||
":global_stylesheet",
|
":global_stylesheet",
|
||||||
":inject_scripts",
|
":asset_injected_index_html",
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -127,7 +127,7 @@ ts_devserver(
|
||||||
static_files = [
|
static_files = [
|
||||||
"@npm//:node_modules/zone.js/dist/zone.min.js",
|
"@npm//:node_modules/zone.js/dist/zone.min.js",
|
||||||
":global_stylesheet",
|
":global_stylesheet",
|
||||||
":inject_scripts",
|
":asset_injected_index_html",
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
],
|
],
|
||||||
deps = [":src"],
|
deps = [":src"],
|
||||||
|
|
Loading…
Reference in New Issue