Skip to content

Commit

Permalink
chore: update package.json size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Nov 23, 2023
1 parent 57b5ec4 commit 927e4a7
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 @@ -331,11 +331,11 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "325 KiB"
"limit": "331 KiB"
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "371 KiB"
"limit": "377 KiB"
}
],
"title": "Ant Design",
Expand Down

0 comments on commit 927e4a7

Please sign in to comment.