mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: enable gzip instead of brotli for size-limit (#50562)
This commit is contained in:
parent
acc10b4fe5
commit
269964a707
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user