7
workbox-config.js
Normal file
7
workbox-config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
"globDirectory": "public/",
|
||||
"globPatterns": [
|
||||
"**/*.{js,ico,png,svg,html,txt}"
|
||||
],
|
||||
"swDest": "public/sw.js"
|
||||
};
|
||||
Reference in New Issue
Block a user