Skip to content

Commit 6ff205d

Browse files
committed
fixup! feat(core): Add option to enhance the fetch error message
1 parent 5a02294 commit 6ff205d

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
@@ -213,7 +213,7 @@ module.exports = [
213213
import: createImport('init'),
214214
ignore: ['next/router', 'next/constants'],
215215
gzip: true,
216-
limit: '46.5 KB',
216+
limit: '47 KB',
217217
},
218218
// SvelteKit SDK (ESM)
219219
{
@@ -222,7 +222,7 @@ module.exports = [
222222
import: createImport('init'),
223223
ignore: ['$app/stores'],
224224
gzip: true,
225-
limit: '42 KB',
225+
limit: '43 KB',
226226
},
227227
// Node-Core SDK (ESM)
228228
{

0 commit comments

Comments
 (0)