Skip to content

Instantly share code, notes, and snippets.

@SukkaW
Created October 28, 2018 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SukkaW/6f0e8dbf37d1e0c23a300549e89e7c0e to your computer and use it in GitHub Desktop.
Save SukkaW/6f0e8dbf37d1e0c23a300549e89e7c0e to your computer and use it in GitHub Desktop.
Use workbox on jsDelivr
importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@3.6.3/workbox/workbox-sw.js');
workbox.setConfig({
modulePathPrefix: 'https://cdn.jsdelivr.net/npm/workbox-cdn@3.6.3/workbox/'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment