nas156/homepage

Create workbox-config.js with the following content:

Closed this issue · 0 comments

module.exports = {
"globDirectory": "./",
"globPatterns": [
"**/*.{png,svg,ico,jpg,mp3,css,html}"
],
"swDest": "sw.js"
};