chore: update size limit (#47904)

This commit is contained in:
lijianan 2024-03-15 22:53:35 +08:00 committed by GitHub
parent ab78206205
commit 7247c3b035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -349,11 +349,11 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "336 KiB"
"limit": "335 KiB"
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "381 KiB"
"limit": "382 KiB"
}
],
"title": "Ant Design",