webpack-contrib / mini-css-extract-plugin

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

feat: support named exports with any characters #1078

Closed alexander-akait closed 8 months ago

alexander-akait commented 8 months ago

This PR contains a:

Motivation / Use-Case

fixes https://github.com/webpack-contrib/mini-css-extract-plugin/pull/1057/

Breaking Changes

No

Additional Info

No

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c6cab84) 90.31% compared to head (03a782f) 90.61%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1078 +/- ## ========================================== + Coverage 90.31% 90.61% +0.29% ========================================== Files 6 5 -1 Lines 888 895 +7 Branches 259 255 -4 ========================================== + Hits 802 811 +9 + Misses 76 74 -2 Partials 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.