Added serviceworker and web-manifest (#154)

* Added serviceworker and manifest.json

* added deps in package.json

* fixed image link

* actually fixed images i think

* added assets to individual module folders

* added caching

* Serviceworker now properly loads

* Changed single to double quotes

* Update lock

* moved the service worker back into prod only

* removed sw from general

* changed background color of splash screen

* added logo to server

* centralized logo into single assets folder
This commit is contained in:
Luca Casonato
2019-04-16 22:44:57 +02:00
committed by Asher
parent b8f222acf2
commit 22b485acd9
6 changed files with 676 additions and 77 deletions

View File

@@ -54,6 +54,8 @@
"webpack-dev-middleware": "^3.5.0",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3",
"webpack-pwa-manifest": "^4.0.0",
"workbox-webpack-plugin": "^4.1.0",
"write-file-webpack-plugin": "^4.5.0"
},
"resolutions": {