Revert "build: update @angular/bazel schematics to use html_insert_assets & pkg_web" (#34360)

This reverts commit 6b905347bd2294bba703f6d38c983356af58946b because it's part
of a PR that was red on CircleCI once it was merged into master (Windows tests
are only run on master, not on PRs).

PR Close #34360
This commit is contained in:
Kara Erickson
2019-12-11 15:08:36 -08:00
parent ef179e6a00
commit 0bf9263297
5 changed files with 74 additions and 109 deletions

View File

@ -38,7 +38,7 @@ filegroup(
html_insert_assets(
name = "inject_scripts",
# We can't output "index.html" since that collides with the input file.
# We output "_/index.html" instead and remap in ts_devserver & pkg_web
# We output "_/index.html" instead ond remap in ts_devserver & pkg_web
# using additional_root_paths.
outs = ["_/index.html"],
args = [
@ -47,7 +47,7 @@ html_insert_assets(
"--out",
"$@",
"--assets",
# We load zone.js outside the bundle. That's because it's a "polyfill"
# We load zone.js outside the bundle. That's because it's a "pollyfill"
# which speculates that such features might be available in a browser.
# Also it's tricky to configure dead code elimination to understand that
# zone.js is used, given that we don't have any import statement that