Skip to content

Commit d8e7a54

Browse files
committed
Revert "size limit"
This reverts commit ed04cae.
1 parent ed04cae commit d8e7a54

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
@@ -224,7 +224,7 @@ module.exports = [
224224
import: createImport('init'),
225225
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
226226
gzip: true,
227-
limit: '54 KB',
227+
limit: '51 KB',
228228
},
229229
// Node SDK (ESM)
230230
{
@@ -263,7 +263,7 @@ module.exports = [
263263
import: createImport('init'),
264264
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
265265
gzip: true,
266-
limit: '109 KB',
266+
limit: '107 KB',
267267
},
268268
];
269269

0 commit comments

Comments
 (0)