-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@schematics/angular): update ngsw-config resources extensions
With this change we update service worker ngsw-config resources extensions. - Remove `eot`. Old IE font format. Not supported by browsers which support service worker. - Remove `ani`. Not supported by browsers. - Add `jpeg` as common alias for `jpg`. - Add `apng` as modern alternative to `gif`. - Add `avif` a modern image format. Closes #21526
- Loading branch information
1 parent
69626e3
commit a7b2e6f
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters