Files
ALVINN_f7/workbox-config.js
2023-11-08 16:47:43 -07:00

9 lines
270 B
JavaScript

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',
};