📦 restore css bundlesize limit to 60kb

This commit is contained in:
偏右 2020-01-03 14:11:28 +08:00 committed by GitHub
parent 5ebac5f9d6
commit d34f8c8b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,11 +262,11 @@
},
{
"path": "./dist/antd.min.css",
"maxSize": "70 kB"
"maxSize": "60 kB"
},
{
"path": "./dist/antd.dark.min.css",
"maxSize": "70 kB"
"maxSize": "60 kB"
}
],
"title": "Ant Design"