Skip to content

Commit

Permalink
chore: increase due to vta feat
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jun 9, 2024
1 parent 00241ff commit 01cc666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundlesize.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module.exports = {
files: [
{
path: './build/*.js',
maxSize: '4 kB',
maxSize: '4.5 kB',
compression: 'brotli',
},
{
path: './build/main.js',
maxSize: '3 kB',
maxSize: '3.5 kB',
compression: 'brotli',
},
],
Expand Down

0 comments on commit 01cc666

Please sign in to comment.