Disable service-worker cache

This commit is contained in:
Maximilian Ammann 2022-03-10 15:04:20 +01:00
parent 800dfd6beb
commit fad6b35f48

View File

@ -1,3 +1,4 @@
/*
import {registerRoute} from 'workbox-routing';
import {CacheFirst} from 'workbox-strategies';
import {CacheableResponsePlugin} from 'workbox-cacheable-response';
@ -13,3 +14,4 @@ registerRoute(
]
})
);
*/