This commit is contained in:
Jaroslav Polakovič 2021-03-24 06:30:05 +01:00
Родитель 748d2b2323
Коммит e37e925e02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
* There may be adjacent caches used for other purposes and we
* want to let the SW know which caches it should purge on upgrade.
*/
export const SW_CACHE_NAME = 'static-assets-v1.0.0-alpha2';
export const SW_CACHE_NAME = 'static-assets-v1.0.0-alpha3';
export const SW_CACHE_FORMAT = /^static-assets-v[a-z0-9.-]+$/;
/**