From 9b571a1debc62c713aa2c50c300ed9d3eced9d00 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Tue, 12 Sep 2017 12:27:46 -0700 Subject: [PATCH] build(core): reduce payload size for cli-hello-world (#19159) PR Close #19159 --- integration/_payload-limits.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/integration/_payload-limits.sh b/integration/_payload-limits.sh index 1c44d86a4a..6501075314 100644 --- a/integration/_payload-limits.sh +++ b/integration/_payload-limits.sh @@ -8,15 +8,12 @@ payloadLimits["hello_world__closure", "gzip7", "bundle"]=35000 payloadLimits["hello_world__closure", "gzip9", "bundle"]=35000 payloadLimits["cli-hello-world", "uncompressed", "inline"]=1500 -# TODO(tbosch): find out why this increased, see https://github.com/angular/angular/issues/19113 -payloadLimits["cli-hello-world", "uncompressed", "main"]=205000 +payloadLimits["cli-hello-world", "uncompressed", "main"]=175000 payloadLimits["cli-hello-world", "uncompressed", "polyfills"]=64000 payloadLimits["cli-hello-world", "gzip7", "inline"]=900 -# TODO(tbosch): find out why this increased, see https://github.com/angular/angular/issues/19113 -payloadLimits["cli-hello-world", "gzip7", "main"]=56000 +payloadLimits["cli-hello-world", "gzip7", "main"]=48000 payloadLimits["cli-hello-world", "gzip7", "polyfills"]=22000 payloadLimits["cli-hello-world", "gzip9", "inline"]=900 -# TODO(tbosch): find out why this increased, see https://github.com/angular/angular/issues/19113 -payloadLimits["cli-hello-world", "gzip9", "main"]=56000 +payloadLimits["cli-hello-world", "gzip9", "main"]=48000 payloadLimits["cli-hello-world", "gzip9", "polyfills"]=22000