This commit is contained in:
2018-10-19 19:36:41 +00:00
parent bed4899c0b
commit fd9998c978
7 changed files with 263 additions and 9 deletions

8
workbox-config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
"globDirectory": "wwwroot/",
"globPatterns": [
"**/*.{xml,css,eot,svg,ttf,woff,woff2,png,ico,html,js,handlebars,json}"
],
"swDest": "wwwroot\\OUTsw.js",
"swSrc": "wwwroot/sw.js"
};