Revert "feature(service worker): add offline support (#1319)" (#1320)
This reverts commit 34dfb41a.
Showing
| ... | @@ -82,24 +82,18 @@ | ... | @@ -82,24 +82,18 @@ |
| "react-window": "^1.8.5", | "react-window": "^1.8.5", | ||
| "rebass": "^4.0.7", | "rebass": "^4.0.7", | ||
| "redux-localstorage-simple": "^2.3.1", | "redux-localstorage-simple": "^2.3.1", | ||
| "serve": "^11.3.2", | "serve": "^11.3.0", | ||
| "start-server-and-test": "^1.11.0", | "start-server-and-test": "^1.11.0", | ||
| "styled-components": "^4.2.0", | "styled-components": "^4.2.0", | ||
| "typescript": "^3.8.3", | "typescript": "^3.8.3", | ||
| "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-expiration": "^6.1.0", | |||
| "workbox-precaching": "^6.1.0", | |||
| "workbox-routing": "^6.1.0", | |||
| "workbox-strategies": "^6.1.0" | |||
| }, | }, | ||
| "resolutions": { | "resolutions": { | ||
| "@walletconnect/web3-provider": "1.1.1-alpha.0" | "@walletconnect/web3-provider": "1.1.1-alpha.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "react-scripts start", | "start": "react-scripts start", | ||
| "start:service-worker": "yarn build && yarn serve -s build", | |||
| "build": "react-scripts build", | "build": "react-scripts build", | ||
| "test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
| "eject": "react-scripts eject", | "eject": "react-scripts eject", | ||
| ... | ... |
Please register or sign in to comment