Create UI to prompt for reload when an

update is available
This commit is contained in:
CheddarCrisp 2020-03-13 21:35:35 -04:00
parent bb40c09cda
commit 7fa7dd4e0f
7 changed files with 466 additions and 37 deletions

View file

@ -22,20 +22,22 @@
"html-webpack-plugin": "^3.2.0",
"idb-keyval": "^3.2.0",
"reset-css": "^5.0.1",
"serviceworker-webpack-plugin": "^1.0.1",
"string-replace-loader": "^2.2.0",
"style-loader": "^1.1.3",
"svelte": "^3.4.1",
"svelte-loader": "^2.13.4",
"terser-webpack-plugin": "^2.3.5",
"uuid": "^3.4.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-license-plugin": "^4.1.1",
"webpack-merge": "^4.2.2",
"workbox-broadcast-update": "^5.0.0",
"workbox-cacheable-response": "^5.0.0",
"workbox-expiration": "^5.0.0",
"workbox-routing": "^5.0.0",
"workbox-strategies": "^5.0.0"
"workbox-strategies": "^5.0.0",
"workbox-window": "^5.0.0"
}
}