This repository was archived by the owner on Jan 23, 2021. It is now read-only.
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
handleFetch not working #350
Open
Description
My sw-precache-config file is listed as below
module.exports = {
staticFileGlobs: [
'build/**.png',
'build/vega-icons/**',
'build/static/**'
],
swFilePath: './build/service-worker.js',
templateFilePath: './service-worker.tmpl',
stripPrefix: 'build/',
handleFetch: false
}
I am using the template file provided in the src code locally.
Even with the handleFetch flag set to false, I am still seeing the fetch event listener being added to the output service worker.
Metadata
Metadata
Assignees
Labels
No labels