Skip to content

Instantly share code, notes, and snippets.

@epok07
Forked from jadjoubran/workbox-config.js
Created March 14, 2018 15:29
Show Gist options
  • Save epok07/2baacefbea8965231f3f1534f972d666 to your computer and use it in GitHub Desktop.
Save epok07/2baacefbea8965231f3f1534f972d666 to your computer and use it in GitHub Desktop.
module.exports = {
"globDirectory": "build/",
"globPatterns": [
"**/*.{css,html,js}"
],
"swDest": "build/sw.js",
"swSrc": "src-sw.js"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment