Skip to content

Commit 9d3b2e1

Browse files
committed
chore: config update * 2
1 parent e5a83c8 commit 9d3b2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ module.exports = [
2626
path: './dist/es/index.js',
2727
webpack: true,
2828
import: '{ Button }',
29-
limit: '34 kB',
29+
limit: '36 kB',
3030
},
3131
{
3232
name: 'Tree shaking (just an Icon)',
3333
path: './dist/es/index.js',
3434
webpack: true,
3535
import: '{ AiIcon }',
36-
limit: '23 kB',
36+
limit: '25 kB',
3737
},
3838
];

0 commit comments

Comments
 (0)