Skip to content

Commit d9724e2

Browse files
committed
chore: add size-limit
1 parent ad0f187 commit d9724e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@
337337
"size-limit": [
338338
{
339339
"path": "./dist/antd.min.js",
340-
"limit": "500 KiB",
340+
"limit": "510 KiB",
341341
"gzip": true
342342
},
343343
{
344344
"path": "./dist/antd-with-locales.min.js",
345-
"limit": "500 KiB",
345+
"limit": "510 KiB",
346346
"gzip": true
347347
}
348348
],

0 commit comments

Comments
 (0)