Last active
August 30, 2017 19:00
-
-
Save webmaxru/47435a61c11ddde8cc5bb08476ba4da8 to your computer and use it in GitHub Desktop.
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('workbox-sw.prod.v2.0.0.js'); | |
const fileManifest = [ | |
{ | |
"url": "index.html", | |
"revision": "a2153190bf7f353370efd3f79df6fd9a" | |
} | |
... | |
]; | |
const workboxSW = new self.WorkboxSW(); | |
workboxSW.precache(fileManifest); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment