mediawiki-skins-Vector/bundlesize.config.json
jdlrobson 6f16af4212 Round up to nearest kb
The precision we are currently using leads to lots of issues with
core changes and as we grow the new vector.

I think checking in at every 1kb margin seems like a better state
of play for now.

Bug: T270883
Change-Id: Iaa4fb44a471777fdebfb906c465ea67b5bdb3903
2021-02-11 16:51:41 +00:00

19 lines
294 B
JSON

[
{
"resourceModule": "skins.vector.styles.legacy",
"maxSize": "9 kB"
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "10 kB"
},
{
"resourceModule": "skins.vector.legacy.js",
"maxSize": "2 kB"
},
{
"resourceModule": "skins.vector.search",
"maxSize": "3 kB"
}
]