mediawiki-skins-Vector/bundlesize.config.json
Roan Kattouw f43dbf1e32 Bump vector-2022 bundlesize
These bundlesize tests broke CI in unrelated repos for changes that have
nothing to do with script/style output (again! this time in the Chart
extension). Bump it to unblock development for other teams.

Change-Id: I4737b24cb3a503d50c4c3b784f6a0c498cbbdf5c
2024-08-21 16:24:14 -07:00

47 lines
803 B
JSON

{
"total": {
"vector-2022": {
"scripts": "50KB",
"styles": "22KB"
},
"vector": {
"scripts": "50KB",
"styles": "18KB"
}
},
"modules": [
{
"resourceModule": "skins.vector.styles.legacy",
"maxSize": "8.9 kB"
},
{
"resourceModule": "skins.vector.search.codex.styles",
"maxSize": "5.9 kB"
},
{
"resourceModule": "skins.vector.search.codex.scripts",
"maxSize": "15 kB"
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "13.0 kB"
},
{
"resourceModule": "skins.vector.js",
"maxSize": "17.5 kB"
},
{
"resourceModule": "skins.vector.legacy.js",
"maxSize": "2.5 kB"
},
{
"resourceModule": "skins.vector.search",
"maxSize": "3.3 kB"
},
{
"resourceModule": "skins.vector.icons",
"maxSize": "0.7 kB"
}
]
}