Skip to content

Instantly share code, notes, and snippets.

@jadjoubran
Created December 23, 2017 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jadjoubran/2f049f4cfad1f4d3f39cc55a1c1da073 to your computer and use it in GitHub Desktop.
Save jadjoubran/2f049f4cfad1f4d3f39cc55a1c1da073 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