Open redixhumayun opened 6 years ago
Can you try removing the output service worker and then regenerate ?
@mbj36 - The reason I am choosing the sw-precache over Workbox is because I am using service workers with the CRA build. I believe that is configured using sw-precache?
@mbj36 - By removing the output service worker, I assume you mean remove the swFilePath from the config file? If so, no that does not work. I get the same output as before.
I am facing the same issue. I have just started with CRA and PWA and sw-preache (as @redixhumayun stated) is the best option to customize CRA auto generated service worker.
My sw-precache-config file is listed as below
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.