Skip to content

Instantly share code, notes, and snippets.

@webmaxru
Created August 30, 2017 22:04
Show Gist options
  • Save webmaxru/143465a89739043be95e05313396fddb to your computer and use it in GitHub Desktop.
Save webmaxru/143465a89739043be95e05313396fddb to your computer and use it in GitHub Desktop.
module.exports = {
"globDirectory": "dist/",
"globPatterns": [
"**/*.{txt,png,ico,html,js,json,css}"
],
"swDest": "dist/sw-default.js",
"globIgnores": [
"../workbox-cli-config.js",
"3rdpartylicenses.txt"
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment