Skip to content

Commit

Permalink
commit size change
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Mar 20, 2024
1 parent c2bd189 commit a08e380
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .size-limit.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = [
{
path: 'dist/es2015/index.js',
limit: '0.5 KB',
limit: '0.8 KB',
},
{
path: 'dist/es2015/useRef.js',
limit: '0.2 KB',
limit: '0.25 KB',
},
{
path: 'dist/es2015/useMergeRef.js',
limit: '0.3 KB',
limit: '0.65 KB',
},
];
9 changes: 6 additions & 3 deletions .size.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
{
"name": "dist/es2015/index.js",
"passed": true,
"size": 467
"size": 759,
"sizeLimit": 800
},
{
"name": "dist/es2015/useRef.js",
"passed": true,
"size": 125
"size": 245,
"sizeLimit": 250
},
{
"name": "dist/es2015/useMergeRef.js",
"passed": true,
"size": 270
"size": 608,
"sizeLimit": 650
}
]

0 comments on commit a08e380

Please sign in to comment.