Skip to content

Instantly share code, notes, and snippets.

@Mr-Kumar-Abhishek
Created April 29, 2022 04: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 Mr-Kumar-Abhishek/454b6d88652119215016fcc913681f66 to your computer and use it in GitHub Desktop.
Save Mr-Kumar-Abhishek/454b6d88652119215016fcc913681f66 to your computer and use it in GitHub Desktop.
workbox download no CDN
importScripts('/third_party/workbox-vX.Y.Z/workbox-sw.js');
workbox.setConfig({
modulePathPrefix: '/third_party/workbox-vX.Y.Z/',
});
npx workbox-cli copyLibraries third_party/workbox/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment