From 185b3dd08e45f103b4d69b3818bce5ac16eda54b Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Tue, 30 Jul 2019 16:09:38 +0200 Subject: [PATCH] build(docs-infra): update main bundle size (#31839) PR #31839 contains perf and code cleanup changes that add 48 bytes to the main bundle size. Perf gains and code clarity justify this increase. Unfortunately the size verification job is rejecting this PR as it reports size gains from a fixed size and not relative increase of size from a particular PR. It was decided during the internal team discussion to bump up size limits to correctly reflect current state of the master and increase from this PR. PR Close #31839 --- aio/scripts/_payload-limits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index 4ba1f0b7e6..6506e6ad47 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -28,11 +28,11 @@ "uncompressed": { "runtime-es5": 2932, "runtime-es2015": 2938, - "main-es5": 555102, + "main-es5": 560811, "main-es2015": 572938, "polyfills-es5": 129161, "polyfills-es2015": 53295 } } } -} +} \ No newline at end of file