mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
9 lines
No EOL
252 B
JavaScript
9 lines
No EOL
252 B
JavaScript
module.exports = {
|
|
"globDirectory": "public-dist/",
|
|
"maximumFileSizeToCacheInBytes": 1024 * 1024 * 256,
|
|
"globPatterns": [
|
|
"**/*.{ico,html,js,json,png}"
|
|
],
|
|
"swDest": "public-dist/service-worker.js",
|
|
"swSrc": "public/service-worker.js"
|
|
}; |