build: remove html_insert_assets complication from integration/bazel (#34112)

For the purposes of the integration test the zone.js script & bundle script tags could just go into the source index.html itself. The purpose of the integration test is is to test @angular/bazel & ng_module & ng_package so there is no need to exercise html_insert_assets.

PR Close #34112
This commit is contained in:
Greg Magolan
2019-11-29 09:50:30 -08:00
committed by Kara Erickson
parent 7df2b4aeff
commit b0534177e0
4 changed files with 6 additions and 47 deletions
-1
View File
@@ -29,7 +29,6 @@
"@bazel/terser": "0.42.1",
"@bazel/typescript": "0.42.1",
"@types/jasmine": "2.8.8",
"html-insert-assets": "0.2.0",
"http-server": "0.12.0",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",