diff --git a/workbox-config.js b/workbox-config.js new file mode 100644 index 0000000..ba5dcd6 --- /dev/null +++ b/workbox-config.js @@ -0,0 +1,7 @@ +module.exports = { + "globDirectory": "public/", + "globPatterns": [ + "**/*.{html,css,ico,txt,png,js,json,woff2}" + ], + "swDest": "public/sw.js" +}; \ No newline at end of file