Cache manifest.webmanifest in PWA #54953
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-pwa
Issues related to building PWAs with Blazor
help wanted
Up for grabs. We would accept a PR to help resolve this issue
triaged
Milestone
Is there an existing issue for this?
Describe the bug
After file extension change done in #43756, Web Manifest is no longer added to offline cache.
Prior to this change it had json extension which is included.
Expected Behavior
Web Manifest should be added to offline cache by default service worker implementation.
Steps To Reproduce
Exceptions (if any)
No response
.NET Version
No response
Anything else?
Adding
/\.webmanifest$/
toofflineAssetsInclude
in service-worker.published.js should fix this.The text was updated successfully, but these errors were encountered: