jantimon / html-webpack-plugin

Simplifies creation of HTML files to serve your webpack bundles
MIT License
10.71k stars 1.31k forks source link

CSS order not correct when using split chunks #1838

Open alexander-akait opened 9 months ago

alexander-akait commented 9 months ago

Current behaviour 💣

https://github.com/webpack-contrib/mini-css-extract-plugin/issues/959

Expected behaviour ☀️

Valid order

Reproduction Example 👾

https://github.com/lnwu/webpack-splitchunks-test

Environment 🖥

Any

Dickens-Shaw commented 9 months ago

Is there any progress?

Is it about https://github.com/ahabhgk/webpack-css-split-chunks ?

fukit0 commented 3 months ago

I am also having a CSS ordering issue. I'd be super happy if some solution like chunksSortMode was also implemented for CSS files.