Skip to content

Commit a083db1

Browse files
committed
fix size limit
1 parent 9b8a1c5 commit a083db1

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
@@ -8,7 +8,7 @@ module.exports = [
88
path: 'packages/browser/build/npm/esm/prod/index.js',
99
import: createImport('init'),
1010
gzip: true,
11-
limit: '26 KB',
11+
limit: '27 KB',
1212
disablePlugins: ['@size-limit/esbuild'],
1313
},
1414
{

0 commit comments

Comments
 (0)