build: use webpack-retry-chunk-load-plugin (#6885)
* build: use webpack retry chunk load plugin * fix * dedupe * lint * retry backoff * reduce from 1000 to 500ms * add cache bust query * rm cache bust * 3 * cache bust * Update craco.config.cjs Co-authored-by:Zach Pomerantz <zzmp@uniswap.org> --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
Showing
... | @@ -127,6 +127,7 @@ | ... | @@ -127,6 +127,7 @@ |
"ts-transform-graphql-tag": "^0.2.1", | "ts-transform-graphql-tag": "^0.2.1", | ||
"typechain": "^5.0.0", | "typechain": "^5.0.0", | ||
"typescript": "^4.4.3", | "typescript": "^4.4.3", | ||
"webpack-retry-chunk-load-plugin": "^3.1.1", | |||
"yarn-deduplicate": "^6.0.0" | "yarn-deduplicate": "^6.0.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
... | ... |
src/utils/retry.ts
deleted
100644 → 0
Please register or sign in to comment