chore(📦): decrease js bundle size limit to 270kb

This commit is contained in:
偏右 2020-11-25 19:20:38 +08:00 committed by GitHub
parent 9db881ce91
commit bd20a85576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@
"bundlesize": [ "bundlesize": [
{ {
"path": "./dist/antd.min.js", "path": "./dist/antd.min.js",
"maxSize": "280 kB" "maxSize": "270 kB"
}, },
{ {
"path": "./dist/antd.min.css", "path": "./dist/antd.min.css",