ant-design-mobile icon indicating copy to clipboard operation
ant-design-mobile copied to clipboard

refactor: replace lodash/assignWith with vanilla js

Open guoyunhe opened this issue 1 year ago • 3 comments

能进一步减少打包体积

guoyunhe avatar Feb 06 '24 13:02 guoyunhe

Codecov Report

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

Project coverage is 92.34%. Comparing base (937f845) to head (cc0078f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6543      +/-   ##
==========================================
- Coverage   92.34%   92.34%   -0.01%     
==========================================
  Files         318      318              
  Lines        6910     6909       -1     
  Branches     1729     1729              
==========================================
- Hits         6381     6380       -1     
  Misses        493      493              
  Partials       36       36              

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

codecov[bot] avatar Feb 06 '24 14:02 codecov[bot]

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6543.surge.sh

github-actions[bot] avatar Feb 06 '24 14:02 github-actions[bot]

先加个 size-limit action? 这样能看出优化效果。

https://github.com/ant-design/ant-design/pull/47375#issuecomment-1929131577

afc163 avatar Feb 07 '24 02:02 afc163