Pin bundlesizes to their exact values

Let's not let any of these values increase without us knowing

Bug: T244276
Change-Id: If6e88389846cd9a51faba4b074cf1054914e2953
This commit is contained in:
jdlrobson 2020-06-04 07:41:02 -07:00 committed by Jdlrobson
parent a3acacc1a4
commit 0c91442998
1 changed files with 5 additions and 5 deletions

View File

@ -1,22 +1,22 @@
[
{
"resourceModule": "skins.vector.styles.legacy",
"maxSize": "10.00 kB"
"maxSize": "7.8 kB"
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "10.00 kB"
"maxSize": "8.1 kB"
},
{
"resourceModule": "skins.vector.icons",
"maxSize": "1.00 kB"
"maxSize": "0.6 kB"
},
{
"resourceModule": "skins.vector.styles.responsive",
"maxSize": "1.00 kB"
"maxSize": "0.6 kB"
},
{
"resourceModule": "skins.vector.legacy.js",
"maxSize": "3.00 kB"
"maxSize": "1.7 kB"
}
]