From d25de63ac8b982fc0565322aeae726a6c9c0cedb Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Mon, 25 Nov 2019 17:07:24 -0800 Subject: [PATCH] build: update payload limits for `cli-hello-world-ivy-i18n` es2015 bundle (#34043) Commit that removes wtf* apis (https://github.com/angular/angular/commit/ed55355363dad26778dfe61fe6fc0ffc521f0db6) decreased es2015 bundle for `cli-hello-world-ivy-i18n` app (was: 138032, actual: 137209). This commit updates the `_payload-limits.json` file to reflect that. PR Close #34043 --- integration/_payload-limits.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/_payload-limits.json b/integration/_payload-limits.json index 1cf14f2116..81ff687a8d 100644 --- a/integration/_payload-limits.json +++ b/integration/_payload-limits.json @@ -30,7 +30,7 @@ "master": { "uncompressed": { "runtime-es2015": 1485, - "main-es2015": 138032, + "main-es2015": 137209, "polyfills-es2015": 37494 } }