webpack-contrib / mini-css-extract-plugin

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

fix: don't invalidate cache after timeout refresh #1023

Closed alexander-akait closed 1 year ago

alexander-akait commented 1 year ago

This PR contains a:

Motivation / Use-Case

Very hard to tests due we need to found a timeframe when it was created when it was refreshed and checkrf on rebuild late

Breaking Changes

No

Additional Info

No

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.10 :warning:

Comparison is base (3a3cb51) 90.37% compared to head (049bc2f) 90.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1023 +/- ## ========================================== - Coverage 90.37% 90.27% -0.10% ========================================== Files 5 5 Lines 831 833 +2 Branches 222 224 +2 ========================================== + Hits 751 752 +1 - Misses 70 71 +1 Partials 10 10 ``` | [Impacted Files](https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/pull/1023?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/1023?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2luZGV4Lmpz) | `96.09% <75.00%> (-0.22%)` | :arrow_down: | 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.