From 92c411f86dc638334718c44bf1e112bcaa49c75c Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 22 Jan 2020 14:08:14 -0800 Subject: [PATCH] docs: update payload size limits for angular.io application (#34913) This commit increases payload size limits for angular.io application that triggered an error after merging another commit (https://github.com/angular/angular/commit/00f13cc074608b1e9524ee9b03c19f9c177d19c9). The goal of this commit is to bring master back to a "green" state and separate investigation is required to identify the root cause for size increase. PR Close #34913 --- aio/scripts/_payload-limits.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index 177302c74a..51c27cf64d 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -12,7 +12,7 @@ "master": { "uncompressed": { "runtime-es2015": 2987, - "main-es2015": 461697, + "main-es2015": 462235, "polyfills-es2015": 52503 } }