Alan Agius
5d5c94d83a
feat(service-worker): remove deprecated versionedFiles
option (#32862)
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
2019-10-02 09:30:59 -07:00
..
2018-10-19 14:35:53 -07:00
2019-08-29 21:51:56 -07:00
2019-09-16 14:12:48 -07:00
2018-10-19 14:35:53 -07:00
2019-08-13 14:21:25 -07:00
2018-09-24 09:11:02 -07:00
2019-09-17 09:17:44 -07:00
2019-08-21 11:43:51 -07:00
2018-10-19 14:35:53 -07:00
2018-10-19 14:35:53 -07:00
2019-08-29 21:51:56 -07:00
2019-05-23 15:09:48 -07:00
2019-09-27 14:21:13 -07:00
2019-10-02 09:30:59 -07:00
2019-06-20 17:04:01 -07:00
2019-04-02 10:38:01 -07:00
2019-09-17 15:46:07 -07:00
2018-11-27 10:30:58 -08:00