ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.51k stars 2.38k forks source link

替换 lodash/merge 和 lodash/assignWith 为 deepmerge #6525

Closed guoyunhe closed 5 months ago

guoyunhe commented 5 months ago

打包体积比较(越小越好)

lodash/merge+assignWith: Bundle size is 16.8 kB -> 6.68 kB (gzip)
              deepmerge: Bundle size is 2.18 kB -> 961 B (gzip)

数据来源 https://bundlejs.com/

github-actions[bot] commented 5 months ago

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

github-actions[bot] commented 5 months ago

Deploy PR preview failed.

zombieJ commented 5 months ago

感谢 PR,从 CI 看这两个似乎不等价。我这边就先关啦,有需要可以开新的 PR 哈~