mirror of
https://github.com/khairul169/home-lab.git
synced 2025-06-17 17:19:33 +07:00
11 lines
190 B
JavaScript
11 lines
190 B
JavaScript
|
module.exports = {
|
||
|
globDirectory: 'dist/',
|
||
|
globPatterns: [
|
||
|
'**/*.{css,js,png,jpeg,ico,html,json}'
|
||
|
],
|
||
|
swDest: 'dist/sw.js',
|
||
|
ignoreURLParametersMatching: [
|
||
|
/^utm_/,
|
||
|
/^fbclid$/
|
||
|
]
|
||
|
};
|