From c7be89b71248e6ac1da6395dd092207ee058d5dd Mon Sep 17 00:00:00 2001 From: flolu Date: Wed, 29 Apr 2020 08:01:26 +0200 Subject: [PATCH] fix(example): remove index.html from prodapp srcs --- examples/angular/src/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/angular/src/BUILD.bazel b/examples/angular/src/BUILD.bazel index ddeb5d2cb7..7f4ef32d2e 100644 --- a/examples/angular/src/BUILD.bazel +++ b/examples/angular/src/BUILD.bazel @@ -253,7 +253,6 @@ pkg_web( # Include polyfills that will be requested by old browsers "@npm//:node_modules/systemjs/dist/system.js", "@npm//:node_modules/core-js/client/core.min.js", - "index.html", ], # In production mode we serve some polyfills with script tags that have hard-coded paths in the index.html # so we must serve them at that path, by stripping a prefix