This commit is contained in:
Jaroslav Polakovič 2021-03-23 11:17:35 +01:00
Родитель e2961a2fae
Коммит 21a2b2c764
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-alpha1';
export const SW_CACHE_NAME = 'static-assets-v1.0.0-alpha2';
export const SW_CACHE_FORMAT = /^static-assets-v[a-z0-9.-]+$/;
/**