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

@@ -57,7 +57,12 @@
"redux": "^4.0.5",
"redux-localstorage-simple": "^2.4.0",
"redux-thunk": "^2.3.0",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5"
},
"devDependencies": {
"@babel/core": "^7.13.8",