From f013515307491527a75bc04e8a7b352b4a83a8d4 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 23 Oct 2019 12:47:46 +0300 Subject: [PATCH] test(docs-infra): disable es5 size tracking in aio tests (#33346) PR Close #33346 --- aio/scripts/_payload-limits.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index a3957b40a2..0bbb49e3fd 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -2,11 +2,8 @@ "aio": { "master": { "uncompressed": { - "runtime-es5": 2981, "runtime-es2015": 2987, - "main-es5": 545369, "main-es2015": 460590, - "polyfills-es5": 143165, "polyfills-es2015": 52503 } } @@ -14,11 +11,8 @@ "aio-local": { "master": { "uncompressed": { - "runtime-es5": 2981, "runtime-es2015": 2987, - "main-es5": 545899, "main-es2015": 461159, - "polyfills-es5": 143165, "polyfills-es2015": 52503 } } @@ -26,11 +20,8 @@ "aio-local-viewengine": { "master": { "uncompressed": { - "runtime-es5": 3091, "runtime-es2015": 3097, - "main-es5": 521188, "main-es2015": 436779, - "polyfills-es5": 143165, "polyfills-es2015": 52503 } }