vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 915 forks source link

fix(v15): loaders for styles are not deduplicated when experiments.css is true #2071

Open xc2 opened 7 months ago

xc2 commented 7 months ago

related https://github.com/web-infra-dev/rsbuild/issues/2093

cause:

genRequest who does the deduplicating is not called for the branch for experiments.css === true

https://github.com/vuejs/vue-loader/blob/96a7493fd1eb6b79b0056dd1faefaf5003b2053f/lib/loaders/pitcher.js?plain=1#L126-L161