From 1cbf411d959342d950437461e6f75301ae992b76 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 19 Sep 2020 22:26:32 -0400 Subject: [PATCH] add workbox configuration --- workbox-config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 workbox-config.js 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