From 0c91442998d925d77ed5ea2f53ad8686bcb5f96b Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 4 Jun 2020 07:41:02 -0700 Subject: [PATCH] Pin bundlesizes to their exact values Let's not let any of these values increase without us knowing Bug: T244276 Change-Id: If6e88389846cd9a51faba4b074cf1054914e2953 --- bundlesize.config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index ce5e186..1a5615e 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -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" } ]