webpack-contrib / style-loader

Style Loader
MIT License
1.65k stars 473 forks source link

fix: compatibility with built-in CSS support #605

Closed alexander-akait closed 1 year ago

alexander-akait commented 1 year ago

This PR contains a:

Motivation / Use-Case

do nothing when built-in CSS support enabled

Breaking Changes

No

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.54 :tada:

Comparison is base (1eb00b5) 89.42% compared to head (282a78c) 89.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #605 +/- ## ========================================== + Coverage 89.42% 89.96% +0.54% ========================================== Files 15 15 Lines 312 329 +17 Branches 156 170 +14 ========================================== + Hits 279 296 +17 Misses 27 27 Partials 6 6 ``` | [Impacted Files](https://app.codecov.io/gh/webpack-contrib/style-loader/pull/605?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/style-loader/pull/605?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2luZGV4Lmpz) | `100.00% <100.00%> (ø)` | |

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