Skip to content

Commit

Permalink
chore: add size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ice committed Sep 3, 2024
1 parent ad0f187 commit d9724e2
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 @@ -337,12 +337,12 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "500 KiB",
"limit": "510 KiB",
"gzip": true
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "500 KiB",
"limit": "510 KiB",
"gzip": true
}
],
Expand Down

0 comments on commit d9724e2

Please sign in to comment.