From 3999d7adf0a199eb91e976e9ac133308d910aa2f Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 22 Jan 2020 16:07:10 -0800 Subject: [PATCH] docs: update payload size limits for angular.io application (#34916) This commit increases payload size limits for angular.io application that triggered an error after merging another commit (https://github.com/angular/angular/commit/b6dfb4da2d56bf02cc725db3280f1b0baee5f778). The goal of this commit is to bring patch branch back to a "green" state and separate investigation is required to identify the root cause for size increase. PR Close #34916 --- 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..b0dca8ae01 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": 462247, "polyfills-es2015": 52503 } }