We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6f610 commit 6f6be33Copy full SHA for 6f6be33
.size-limit.cjs
@@ -1,4 +1,5 @@
1
const StatoscopeWebpackPlugin = require('@statoscope/webpack-plugin').default;
2
+
3
const { join } = require('path');
4
5
const reportFolder = process.env.REPORT_FOLDER ?? './size-limit-report';
@@ -19,7 +20,7 @@ module.exports = [
19
20
}),
21
);
22
},
- limit: '245kB',
23
+ limit: '246kB',
24
25
{
26
name: 'Tree shaking (just a Button)',
0 commit comments