fix: turn service workers back on (#1944)
reconfigure service workers to only cache used assets (excluding .po language files and non-.var.woff2 font files) * fix: turn service workers back on * chore: configure service worker caches * chore: add newline * Fix code style issues with ESLint * chore: limit service-worker caching Co-authored-by:Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
Lint Action <lint-action@samuelmeuli.com>
Showing
... | @@ -116,10 +116,8 @@ | ... | @@ -116,10 +116,8 @@ |
"use-count-up": "^2.2.5", | "use-count-up": "^2.2.5", | ||
"wcag-contrast": "^3.0.0", | "wcag-contrast": "^3.0.0", | ||
"workbox-core": "^6.1.0", | "workbox-core": "^6.1.0", | ||
"workbox-expiration": "^6.1.0", | |||
"workbox-precaching": "^6.1.0", | "workbox-precaching": "^6.1.0", | ||
"workbox-routing": "^6.1.0", | "workbox-routing": "^6.1.0" | ||
"workbox-strategies": "^6.1.0" | |||
}, | }, | ||
"resolutions": { | "resolutions": { | ||
"@walletconnect/ethereum-provider": "1.6.4" | "@walletconnect/ethereum-provider": "1.6.4" | ||
... | ... |
Please register or sign in to comment