From e09abc5b5a509082002e9b2cec721630f1b46755 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 12 Feb 2020 14:24:10 +0000 Subject: [PATCH] ci(docs-infra): update payload limits (#35379) The update to Angular 9.0.0 appears to have lowered the main.js file slightly, while the current master build of Angular appears to have gone up slightly. PR Close #35379 --- aio/scripts/_payload-limits.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index fb4863b46b..ca3527e224 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -3,7 +3,7 @@ "master": { "uncompressed": { "runtime-es2015": 2987, - "main-es2015": 455897, + "main-es2015": 449223, "polyfills-es2015": 52195 } } @@ -12,7 +12,7 @@ "master": { "uncompressed": { "runtime-es2015": 2987, - "main-es2015": 448928, + "main-es2015": 449438, "polyfills-es2015": 52195 } } @@ -21,7 +21,7 @@ "master": { "uncompressed": { "runtime-es2015": 3097, - "main-es2015": 426513, + "main-es2015": 426533, "polyfills-es2015": 52195 } }