Skip to content

Commit e1c0dbe

Browse files
[SDK] chore: Increase CJS bundle size limit to 130kb (#6058)
1 parent 3e7df08 commit e1c0dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"name": "thirdweb (cjs)",
1010
"path": "./dist/cjs/exports/thirdweb.js",
11-
"limit": "121 kB"
11+
"limit": "130 kB"
1212
},
1313
{
1414
"name": "thirdweb (minimal + tree-shaking)",

0 commit comments

Comments
 (0)