Skip to content

Commit 6093b2b

Browse files
alan-agius4mgechev
authored andcommitted
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. #15259 (comment)
1 parent 502f985 commit 6093b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/service-worker/files/ngsw-config.json.template

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"files": [
1010
"/favicon.ico",
1111
"/index.html",
12+
"/manifest.webmanifest",
1213
"/*.css",
1314
"/*.js"
1415
]

0 commit comments

Comments
 (0)