hamstr/src-pwa/custom-service-worker.js
2022-12-02 23:05:15 -06:00

11 lines
297 B
JavaScript

/*
* 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)