Created
April 29, 2022 04:15
-
-
Save Mr-Kumar-Abhishek/454b6d88652119215016fcc913681f66 to your computer and use it in GitHub Desktop.
workbox download no CDN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
importScripts('/third_party/workbox-vX.Y.Z/workbox-sw.js'); | |
workbox.setConfig({ | |
modulePathPrefix: '/third_party/workbox-vX.Y.Z/', | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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