From c0c8d2349c8af135e9e13b038bfdbf2d1bec9d6b Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Tue, 23 Apr 2019 14:15:03 -0700 Subject: [PATCH] test: increase payload limits due to new additions in the angular/common/upgrade package (#30055) PR Close #30055 --- integration/_payload-limits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/_payload-limits.json b/integration/_payload-limits.json index c35f27442b..1387be30c8 100644 --- a/integration/_payload-limits.json +++ b/integration/_payload-limits.json @@ -30,8 +30,8 @@ "master": { "uncompressed": { "bundle": "TODO(i): temporarily increase the payload size limit from 105779 - this is due to a closure issue related to ESM reexports that still needs to be investigated", - "bundle": 177585 + "bundle": 179479 } } } -} +} \ No newline at end of file