<!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack. --> - Operating System: Mac & LInux - Node Version: v13.14.0 & v12.16.1 - NPM Version: v6.14.4 & v6.13.4 - webpack Version: v5.11.1 - mini-css-extract-plugin Version: v0.12.0 and above ### Expected Behavior See the final example, `npm run build:disable-feature` is the expected behavior: ``` $ npm run build:disable-feature Right: Expect chunkIds: 179 362 Received chunkIds: 179 362 ``` ### Actual Behavior See the final example, `npm run build` is the actual behavior: ``` $ npm run build Wrong: Expect chunkIds: 179 362 Received chunkIds: 179 924 ``` ### Code This bug may caused by this feature: https://github.com/webpack-contrib/mini-css-extract-plugin/pull/599 . ### How Do We Reproduce? Here is an example repository: https://github.com/l5oo00/demo-for-mini-css-extract-plugin