We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dedcb commit f6b225cCopy full SHA for f6b225c
.size-limit.js
@@ -206,7 +206,7 @@ module.exports = [
206
import: createImport('init'),
207
ignore: ['next/router', 'next/constants'],
208
gzip: true,
209
- limit: '43 KB',
+ limit: '44 KB',
210
},
211
// SvelteKit SDK (ESM)
212
{
@@ -215,7 +215,7 @@ module.exports = [
215
216
ignore: ['$app/stores'],
217
218
- limit: '40 KB',
+ limit: '41 KB',
219
220
// Node SDK (ESM)
221
0 commit comments