You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
Bug report
Hello!
Have a huge size application, with 180+ dynamic imports (a lot of pages).
Saw a very slow rebuild, after profiling found one of a build performance bottlelneck where method getAllAsyncChunks are called.
CPU-20221202T124255.cpuprofile.zip
Actual Behavior
On any change in any file in application,
mini-css-extract-pluginspend a lot of time to create hashesExpected Behavior
mini-css-extract-plugincreate hashes only for changed filesHow Do We Reproduce?
Unfortunately, project is in private repo.
We are using webpack@5