css-minimizer-webpack-plugin: regression: 4.2.0 causes "Call retries were exceeded" with a fresh, blank Docusaurus project
Bug report
Actual Behavior
Upgrading to 4.2.0 causes the Call retries were exceeded
with a fresh docusaurus project when npm run build
is ran.
4.1.0 does not exhibit this issue.
Expected Behavior
Css should minimize without issue.
How Do We Reproduce?
npx create-docusaurus@latest my-website classic
cd my-website
npm run build
Observe the minimizer crash:
jamil@mbair:~/tmp/my-website % npm run build
> my-website@0.0.0 build
> docusaurus build
[INFO] [en] Creating an optimized production build...
✖ Client
Compiled with some errors in 10.52s
● Server █████████████████████████ building (65%) 1/1 entries 1944/1944 dependencies 625/625 modules 0 active
assets/css/styles.45f640f6.css from Css Minimizer plugin
Error: Call retries were exceeded
assets/css/styles.8ef29f8a.css from Css Minimizer plugin
Error: Call retries were exceeded
[ERROR] Client bundle compiled with errors therefore further build is impossible.
Please paste the results of npx webpack-cli info
here, and mention other relevant information
webpack-cli
not relevant here
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 14
- Comments: 18 (6 by maintainers)
Commits related to this issue
- use css-minimizer-webpack-plugin: 4.1.0 more info: https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/198 — committed to khajavi/zio by khajavi 2 years ago
- Revert "Bump css-minimizer-webpack-plugin in /robotica_face/assets" This reverts commit 2ceb457174d9ecf7dad492f5c9fa579ad8e62e71. See https://github.com/webpack-contrib/css-minimizer-webpack-plugin/... — committed to brianmay/robotica-elixir by brianmay 2 years ago
This was fixed by #199, but not released
WIP on this
Here fix - https://github.com/facebook/jest/pull/13341, but on the
jest
sideWe are seeing this issue as well on Azure Pipeline.
Going back to 4.1.0. Will provide an update soon.
UPDATE:
Worked for us!
Can confirm this regression on another project currently using
4.1.0
- builds using4.2.0
are failing with the sameCall retries were exceeded
error.