hesabixCore/webUI/workbox-config.js

11 lines
289 B
JavaScript
Raw Normal View History

2025-03-21 14:20:43 +03:30
module.exports = {
2025-03-21 22:35:12 +03:30
globDirectory: '../public_html/u/',
2025-03-21 14:20:43 +03:30
globPatterns: [
'**/*.{html,js,css,scss,eot,ttf,woff,woff2,svg,txt,mjs,png,json,md,jpg,gif,php,ts,rb,less,ico,rar,mp4}'
],
2025-03-21 22:35:12 +03:30
swDest: '../public_html/u/sw.js',
2025-03-21 14:20:43 +03:30
ignoreURLParametersMatching: [
/^utm_/,
/^fbclid$/
]
};