This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
runtimeCaching option #16
Labels
enhancement
New feature or request
Comments
Hi @desaintflorent , what would you need as configuration to achieve your goal ? Would you have a piece of code of the resulting worker file you want to have it working ? |
That is what I'm using right now with the official nuxt pwa module :
|
Great, I'll work on this. Do you need the |
@desaintflorent I'm gonna add support for custom workbox template in which you'll be able to fully customize your runtime caching. We may add module options later on but I want first to provide a way to fully customize the worker with own template first. |
Ok great ! keep me updated 🙌 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there, I'm using the runtimeCaching option with workbox because my images are from a different domain.
I can see that workbox extra options are not supported for this module, could I use this module and still cache images from different domain ?
The text was updated successfully, but these errors were encountered: