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-plugin spend a lot of time to create hashes
Expected Behavior
mini-css-extract-plugin create hashes only for changed files
How Do We Reproduce?
Unfortunately, project is in private repo.
We are using webpack@5
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