pwa-module icon indicating copy to clipboard operation
pwa-module copied to clipboard

how to specify cache of specific routes

Open rmrbytes opened this issue 3 years ago • 0 comments

I am using the pwa-module in a static multiple routes site. I would like only the home page to be cache and not the other routes. I am new to Workbox though in the past I have used vanilla service workers code. Currently, I have not set any module options for workbox

pwa: {
    meta: {
      author: '...',
      name: '...',
    }
  },

Thanks

rmrbytes avatar Feb 24 '22 13:02 rmrbytes