webpack-contrib / mini-css-extract-plugin

Lightweight CSS extraction plugin
MIT License
4.66k stars 388 forks source link

refactor: fix compatibility with old browsers #1000

Closed alexander-akait closed 1 year ago

alexander-akait commented 1 year ago

This PR contains a:

Motivation / Use-Case

Fix compatibility with old browsers, we don't release this yet, so I don't mark it as fix

Breaking Changes

No

Additional Info

No

codecov[bot] commented 1 year ago

Codecov Report

Base: 90.37% // Head: 90.37% // No change to project coverage :thumbsup:

Coverage data is based on head (3f1fa7e) compared to base (6ea0922). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1000 +/- ## ======================================= Coverage 90.37% 90.37% ======================================= Files 5 5 Lines 831 831 Branches 222 222 ======================================= Hits 751 751 Misses 70 70 Partials 10 10 ``` | [Impacted Files](https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/pull/1000?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://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/pull/1000/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2luZGV4Lmpz) | `96.30% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib)

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