Skip to content

Commit dcf4879

Browse files
committed
chore: update size limit
1 parent 6526ebd commit dcf4879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ module.exports = [
2727
path: './dist/es/index.js',
2828
webpack: true,
2929
import: '{ Button }',
30-
limit: '34 kB',
30+
limit: '35 kB',
3131
},
3232
{
3333
name: 'Tree shaking (just an Icon)',
3434
path: './dist/es/index.js',
3535
webpack: true,
3636
import: '{ AiIcon }',
37-
limit: '21 kB',
37+
limit: '22 kB',
3838
},
3939
];

0 commit comments

Comments
 (0)