Skip to content

Commit

Permalink
biger size
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Mar 29, 2020
1 parent f8c5d95 commit 7bbbcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"bundlesize": [
{
"path": "./dist/antd.min.js",
"maxSize": "300 kB"
"maxSize": "305 kB"
},
{
"path": "./dist/antd.min.css",
Expand Down

3 comments on commit 7bbbcb7

@afc163
Copy link
Member

@afc163 afc163 commented on 7bbbcb7 Mar 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ant-design-icons 升级后貌似 master 也大了 2kb,从 305 变成 307。

@zombieJ
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯,需要和多余的渲染层级一起优化一下。

@afc163
Copy link
Member

@afc163 afc163 commented on 7bbbcb7 Mar 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原因是啥?我看好像新版本也没加什么。

Please sign in to comment.