Skip to content

Commit

Permalink
chore: update size-limit (ant-design#45499)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan authored Oct 23, 2023
1 parent 5f50a9e commit c41eb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "399 KiB"
"limit": "400 KiB"
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "458 KiB"
"limit": "459 KiB"
}
],
"tnpm": {
Expand Down

0 comments on commit c41eb66

Please sign in to comment.