umijs / father

NPM package development tool
MIT License
2.14k stars 274 forks source link

fix: internal styled-components babel plugin lost since umi@4.0.88 #741

Closed PeachScript closed 9 months ago

PeachScript commented 9 months ago

修复从 @umijs/babel-preset-umi@4.0.88 开始移除 babel-plugin-styled-components,导致 father 此前提供的 styled-components 插件自动启用的能力不工作的问题,ref: https://github.com/umijs/father/pull/639

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (4e35218) 94.43% compared to head (5cf8048) 94.45%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #741 +/- ## ========================================== + Coverage 94.43% 94.45% +0.02% ========================================== Files 55 55 Lines 1562 1570 +8 Branches 352 358 +6 ========================================== + Hits 1475 1483 +8 Misses 87 87 ```

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