Skip to content

Commit f6b225c

Browse files
committed
increase size limit
1 parent b8dedcb commit f6b225c

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
@@ -206,7 +206,7 @@ module.exports = [
206206
import: createImport('init'),
207207
ignore: ['next/router', 'next/constants'],
208208
gzip: true,
209-
limit: '43 KB',
209+
limit: '44 KB',
210210
},
211211
// SvelteKit SDK (ESM)
212212
{
@@ -215,7 +215,7 @@ module.exports = [
215215
import: createImport('init'),
216216
ignore: ['$app/stores'],
217217
gzip: true,
218-
limit: '40 KB',
218+
limit: '41 KB',
219219
},
220220
// Node SDK (ESM)
221221
{

0 commit comments

Comments
 (0)