chore: enable gzip instead of brotli for size-limit (#50562)

This commit is contained in:
afc163 2024-08-26 12:17:06 +08:00 committed by GitHub
parent acc10b4fe5
commit 269964a707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -351,11 +351,13 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "350 KiB"
"limit": "500 KiB",
"gzip": true
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "400 KiB"
"limit": "500 KiB",
"gzip": true
}
],
"title": "Ant Design",