webpack-contrib / mini-css-extract-plugin

Lightweight CSS extraction plugin
MIT License
4.65k stars 389 forks source link

fix: compatibility with built-in CSS support #1035

Closed alexander-akait closed 1 year ago

alexander-akait commented 1 year ago

This PR contains a:

Motivation / Use-Case

Breaking Changes

Additional Info

https://github.com/webpack/webpack/issues/17223

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.21 :tada:

Comparison is base (d2516c4) 90.33% compared to head (88d6411) 90.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1035 +/- ## ========================================== + Coverage 90.33% 90.54% +0.21% ========================================== Files 5 5 Lines 838 857 +19 Branches 229 243 +14 ========================================== + Hits 757 776 +19 Misses 71 71 Partials 10 10 ``` | [Impacted Files](https://app.codecov.io/gh/webpack-contrib/mini-css-extract-plugin/pull/1035?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib) | Coverage Δ | | |---|---|---| | [src/index.js](https://app.codecov.io/gh/webpack-contrib/mini-css-extract-plugin/pull/1035?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2luZGV4Lmpz) | `96.13% <100.00%> (ø)` | | | [src/loader.js](https://app.codecov.io/gh/webpack-contrib/mini-css-extract-plugin/pull/1035?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2xvYWRlci5qcw==) | `90.10% <100.00%> (+1.08%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.