Created
October 28, 2018 07:15
-
-
Save SukkaW/6f0e8dbf37d1e0c23a300549e89e7c0e to your computer and use it in GitHub Desktop.
Use workbox on jsDelivr
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('https://cdn.jsdelivr.net/npm/[email protected]/workbox/workbox-sw.js'); | |
workbox.setConfig({ | |
modulePathPrefix: 'https://cdn.jsdelivr.net/npm/[email protected]/workbox/' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment