Skip to content

Commit 6f6be33

Browse files
committed
chore: increase size limit
1 parent 7f6f610 commit 6f6be33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.size-limit.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const StatoscopeWebpackPlugin = require('@statoscope/webpack-plugin').default;
2+
23
const { join } = require('path');
34

45
const reportFolder = process.env.REPORT_FOLDER ?? './size-limit-report';
@@ -19,7 +20,7 @@ module.exports = [
1920
}),
2021
);
2122
},
22-
limit: '245kB',
23+
limit: '246kB',
2324
},
2425
{
2526
name: 'Tree shaking (just a Button)',

0 commit comments

Comments
 (0)