From bd20a8557633b833f3dd2931d052959999ec721a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 25 Nov 2020 19:20:38 +0800 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=20decrease=20js=20bundle?= =?UTF-8?q?=20size=20limit=20to=20270kb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e0f002447..ae72e39481 100644 --- a/package.json +++ b/package.json @@ -296,7 +296,7 @@ "bundlesize": [ { "path": "./dist/antd.min.js", - "maxSize": "280 kB" + "maxSize": "270 kB" }, { "path": "./dist/antd.min.css",