5d5c94d83a
BREAKING CHANGE: Remove deprecated option `versionedFiles` from service worker asset group configuration in `ngsw-config.json` Before ```json "assetGroups": [ { "name": "test", "resources": { "versionedFiles": [ "/**/*.txt" ] } } ] ``` After ```json "assetGroups": [ { "name": "test", "resources": { "files": [ "/**/*.txt" ] } } ] ``` PR Close #32862 |
||
---|---|---|
.. | ||
config.d.ts | ||
service-worker.d.ts |