++ Open Web Analytics

https://test.freeplanet.app/owa
This commit is contained in:
Paolo Arena
2019-03-17 02:09:10 +01:00
parent f23f60e540
commit 43a568bce7
7 changed files with 40 additions and 24 deletions

View File

@@ -1,11 +1,11 @@
module.exports = {
"globDirectory": "dist/pwa-mat/",
"globDirectory": "dist/pwa/",
"globPatterns": [
"**/*.{css,woff2,woff,svg,html,js,json,ico}"
// "src/images/*.{jpg,png}"
],
// "swSrc": "dist/pwa-mat/src-sw.js",
"swDest": "dist/pwa-mat/service-worker.js",
// "swSrc": "dist/pwa/src-sw.js",
"swDest": "dist/pwa/service-worker.js",
"globIgnores": [
"../workbox-config.js",
"help/**"