From 017458662b5563b6b6f4ee7c0d8a39fc56657bcc Mon Sep 17 00:00:00 2001 From: baozefeng Date: Sat, 28 Mar 2020 19:12:18 +0800 Subject: [PATCH] chore: add compact css bundlesize limit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 442e2e568f59..8c88690c41a6 100644 --- a/package.json +++ b/package.json @@ -271,6 +271,10 @@ { "path": "./dist/antd.dark.min.css", "maxSize": "65 kB" + }, + { + "path": "./dist/antd.compact.min.css", + "maxSize": "65 kB" } ], "title": "Ant Design"