mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
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:
parent
fc772d15b6
commit
d1b04480e8
@ -9,6 +9,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"/favicon.ico",
|
"/favicon.ico",
|
||||||
"/index.html",
|
"/index.html",
|
||||||
|
"/manifest.webmanifest",
|
||||||
"/*.css",
|
"/*.css",
|
||||||
"/*.js"
|
"/*.js"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user