QMO Lab UCR Website
Results
1
comments of
QMO Lab UCR Website
I had the same issue, my SW.js file was stock and looked like so: `importScripts('https://cdn.jsdelivr.net/npm/[email protected]/workbox/workbox-sw.js')` `// --------------------------------------------------` `// Configure` `// --------------------------------------------------` `// Set workbox config` `workbox.setConfig({` `"debug": false` `})` `//...