Skip to content

Commit 1a8395c

Browse files
committed
bump serverless size-limit
1 parent cbffd16 commit 1a8395c

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
@@ -260,7 +260,7 @@ module.exports = [
260260
import: createImport('init'),
261261
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
262262
gzip: true,
263-
limit: '130 KB',
263+
limit: '135 KB',
264264
},
265265
];
266266

0 commit comments

Comments
 (0)