From 269964a707e8a064084fc099794beb2c69c3078a Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 26 Aug 2024 12:17:06 +0800 Subject: [PATCH] chore: enable gzip instead of brotli for size-limit (#50562) --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1839008eb8..dcc282b0ea 100644 --- a/package.json +++ b/package.json @@ -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",