First commit
This commit is contained in:
8
workbox-config.js
Normal file
8
workbox-config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
globDirectory: 'www/',
|
||||
globPatterns: ['**/*.{woff,woff2,js,css,png,jpg,svg,html}'],
|
||||
/* pass array of globs to exclude from caching */
|
||||
globIgnores: [],
|
||||
ignoreURLParametersMatching: [/^utm_/, /^fbclid$/],
|
||||
swDest: 'www/service-worker.js',
|
||||
};
|
||||
Reference in New Issue
Block a user