fix(@schematics/angular): add manifest.webmanifest to the list of prefetched files in ngws-config.json (#15277)

In the latest versions of Chrome Version 76.0.3809.100, the `manifest.webmanifest` is being requested when offline and is caused a 504 error.

https://github.com/angular/angular-cli/issues/15259#issuecomment-519047384
This commit is contained in:
Alan Agius 2019-08-12 19:30:40 +02:00 committed by Minko Gechev
parent fc772d15b6
commit d1b04480e8

View File

@ -9,6 +9,7 @@
"files": [
"/favicon.ico",
"/index.html",
"/manifest.webmanifest",
"/*.css",
"/*.js"
]