This commit is contained in:
2018-10-19 21:22:10 +00:00
parent fd9998c978
commit e33a7dd367
7 changed files with 48 additions and 74 deletions

View File

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