<!-- Please don't delete this template otherwise your issue will be closed immediately --> <!-- Before creating an issue please make sure you are using the latest version of webpack. --> ### Bug report <!-- Please ask questions on discussions or StackOverflow. --> <!-- https://github.com/webpack/webpack/discussions --> <!-- https://stackoverflow.com/questions/ask?tags=webpack --> <!-- Issues which contain questions or support requests will be closed. --> mini-css-extract-plugin >= 2.9.0 will prefetch initial css chunk unexpected ### Actual Behavior <!-- Explain exactly how it behaves --> <img width="993" alt="Image" src="https://github.com/user-attachments/assets/abfd5cb6-1316-45cc-94e2-e1733b6ce11a" /> <img width="579" alt="Image" src="https://github.com/user-attachments/assets/cb046625-a5c0-43a9-a0ab-00d44bb3a240" /> ### Expected Behavior <!-- "It should work" is not a helpful explanation --> <!-- Explain exactly how it should behave --> there is no need to prefetch this chunk, because it's a initial chunk ### How Do We Reproduce? <!-- A great way to do this is to provide your configuration via a GitHub repository --> <!-- The most helpful is a minimal reproduction with instructions on how to reproduce --> <!-- Repositories with too many files or large `webpack.config.js` files are not suitable --> <!-- Please only add small code snippets directly into this issue --> <!-- https://gist.github.com is a good place for longer code snippets --> <!-- If your issue is caused by a plugin or loader, please create an issue on the loader/plugin repository instead --> ``` git clone https://github.com/992429169/problem-reproduce cd problem-reproduce npm i npm run dev ``` start a server and visit index.html i also give a fix patch in this repo ### Please paste the results of `npx webpack-cli info` here, and mention other relevant information