We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mini-css-extract-plugin >= 2.9.0 will prefetch initial css chunk unexpected
there is no need to prefetch this chunk, because it's a initial chunk
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
npx webpack-cli info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
mini-css-extract-plugin >= 2.9.0 will prefetch initial css chunk unexpected
Actual Behavior
Expected Behavior
there is no need to prefetch this chunk, because it's a initial chunk
How Do We Reproduce?
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 informationThe text was updated successfully, but these errors were encountered: