hamstr/src-pwa/custom-service-worker.js

11 lines
297 B
JavaScript
Raw Normal View History

2022-12-03 05:05:15 +00:00
/*
* This file (which will be your service worker)
* is picked up by the build system ONLY if
* quasar.config.js > pwa > workboxPluginMode is set to "InjectManifest"
*/
import { precacheAndRoute } from 'workbox-precaching'
// Use with precache injection
precacheAndRoute(self.__WB_MANIFEST)