Added service worker back to the project to recover PWA capabilities

This commit is contained in:
Alejandro Celaya
2021-06-06 12:26:43 +02:00
parent d5530b4614
commit 2fb5507803
6 changed files with 278 additions and 77 deletions

View File

@@ -13,5 +13,6 @@
"globals": {
"process": true,
"setImmediate": true
}
},
"ignorePatterns": ["src/service*.ts"]
}