Skip to content

Commit bb7c44b

Browse files
committed
fix: size-limit
1 parent acceafb commit bb7c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ module.exports = [
261261
import: createImport('init'),
262262
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
263263
gzip: true,
264-
limit: '162 KB',
264+
limit: '162.5 KB',
265265
},
266266
{
267267
name: '@sentry/node - without tracing',

0 commit comments

Comments
 (0)