diff options
author | Matjaž Črnko <m.crnko@txt.si> | 2024-04-04 19:38:31 +0200 |
---|---|---|
committer | Matjaž Črnko <m.crnko@txt.si> | 2024-04-04 19:38:31 +0200 |
commit | cfa005ddca7b56334440d493c13c41a5401d4967 (patch) | |
tree | 5fa8798ea2c682cce30f10f1d9cfac493894f7c0 /modern/package.json | |
parent | ced1341f664becb4c38049047ad046a95235b2e1 (diff) | |
download | trackermap-web-cfa005ddca7b56334440d493c13c41a5401d4967.tar.gz trackermap-web-cfa005ddca7b56334440d493c13c41a5401d4967.tar.bz2 trackermap-web-cfa005ddca7b56334440d493c13c41a5401d4967.zip |
PWA: fix index.js pre-cache failing because of filesize, include the fonts, alarm mp3, favicon and apple-touch-icon in the pre-cache
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json index 2fbdd5ac..c390a3e1 100644 --- a/modern/package.json +++ b/modern/package.json @@ -34,7 +34,7 @@ "recharts": "^2.10.4", "redux": "^5.0.1", "vite": "^5.0.13", - "vite-plugin-pwa": "^0.17.4", + "vite-plugin-pwa": "^0.19.7", "vite-plugin-svgr": "^4.2.0", "wellknown": "^0.5.0" }, |