Skip to content

Commit 9eec1cc

Browse files
committed
chore: size limit increase
1 parent 0997aa2 commit 9eec1cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ module.exports = [
400400
import: createImport('init', 'experimentalUseDiagnosticsChannelInjection'),
401401
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
402402
gzip: true,
403-
limit: '135 KB',
403+
limit: '140 KB',
404404
disablePlugins: ['@size-limit/esbuild'],
405405
},
406406
{

0 commit comments

Comments
 (0)