mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Disable service-worker cache
This commit is contained in:
parent
800dfd6beb
commit
fad6b35f48
@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
import {registerRoute} from 'workbox-routing';
|
import {registerRoute} from 'workbox-routing';
|
||||||
import {CacheFirst} from 'workbox-strategies';
|
import {CacheFirst} from 'workbox-strategies';
|
||||||
import {CacheableResponsePlugin} from 'workbox-cacheable-response';
|
import {CacheableResponsePlugin} from 'workbox-cacheable-response';
|
||||||
@ -13,3 +14,4 @@ registerRoute(
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user