perf(pwa): reduce precache asset fanout

Limit PWA precache to app shell assets and add bounded runtime caching for scoped deployments.
This commit is contained in:
Tommaso Casaburi
2026-04-20 22:51:31 +07:00
committed by GitHub
parent c046c542b6
commit 80e0cabf01
5 changed files with 112 additions and 9 deletions
+3
View File
@@ -44,7 +44,10 @@
"tcp-port-used": "1.0.2",
"typescript": "6.0.2",
"workbox-core": "7.4.0",
"workbox-expiration": "7.4.0",
"workbox-precaching": "7.4.0",
"workbox-routing": "7.4.0",
"workbox-strategies": "7.4.0",
"zustand": "4.4.3"
},
"scripts": {