build: upgrade to webpack 5 (#6459)
* fix: import default from json * fix: fallback to path-browserify * build: upgrade to webpack5 * test: update size-tests to reflect single entry * test: increase service-worker timeout * docs: improve comments * build: rm MiniCssExtract workaround * docs: even better comments * test: back out longer test * build: vendor chunk * test: increase sw timeout * fix: justified splitChunks config * better explanation * fix: longer timeout * fix: caching * merge and rm duplication * build
Showing
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
] | ] | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@craco/craco": "6.4.3", | "@craco/craco": "^7.1.0", | ||
"@ethersproject/experimental": "^5.4.0", | "@ethersproject/experimental": "^5.4.0", | ||
"@lingui/cli": "^3.9.0", | "@lingui/cli": "^3.9.0", | ||
"@testing-library/jest-dom": "^5.16.4", | "@testing-library/jest-dom": "^5.16.4", | ||
... | @@ -114,8 +114,10 @@ | ... | @@ -114,8 +114,10 @@ |
"jest-fetch-mock": "^3.0.3", | "jest-fetch-mock": "^3.0.3", | ||
"jest-styled-components": "^7.0.8", | "jest-styled-components": "^7.0.8", | ||
"ms.macro": "^2.0.0", | "ms.macro": "^2.0.0", | ||
"path-browserify": "^1.0.1", | |||
"prettier": "^2.7.1", | "prettier": "^2.7.1", | ||
"react-scripts": "^4.0.3", | "process": "^0.11.10", | ||
"react-scripts": "^5.0.1", | |||
"resize-observer-polyfill": "^1.5.1", | "resize-observer-polyfill": "^1.5.1", | ||
"serve": "^11.3.2", | "serve": "^11.3.2", | ||
"source-map-explorer": "^2.5.3", | "source-map-explorer": "^2.5.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment