chore: increase bundlesize limit

This commit is contained in:
Thijs Louisse 2022-03-22 10:25:21 +01:00 committed by Thijs Louisse
parent a38c014b6c
commit 420ab0bc45

View file

@ -106,7 +106,7 @@
},
{
"path": "./bundlesize/dist/all/*.js",
"maxSize": "47 kB"
"maxSize": "56 kB"
}
],
"prettier": {