ci: tighten package limits (#20364)

PR Close #20364
This commit is contained in:
Fabian Wiles 2017-11-12 10:55:57 +13:00 committed by Jason Aden
parent b9bd3204f2
commit 1db7c0d139
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ payloadLimits["hello_world__closure", "gzip7", "bundle"]=35000
payloadLimits["hello_world__closure", "gzip9", "bundle"]=35000
payloadLimits["cli-hello-world", "uncompressed", "inline"]=1500
payloadLimits["cli-hello-world", "uncompressed", "main"]=175000
payloadLimits["cli-hello-world", "uncompressed", "main"]=160000
payloadLimits["cli-hello-world", "uncompressed", "polyfills"]=66000
payloadLimits["cli-hello-world", "gzip7", "inline"]=900
payloadLimits["cli-hello-world", "gzip7", "main"]=48000
payloadLimits["cli-hello-world", "gzip7", "main"]=45000
payloadLimits["cli-hello-world", "gzip7", "polyfills"]=22000
payloadLimits["cli-hello-world", "gzip9", "inline"]=900
payloadLimits["cli-hello-world", "gzip9", "main"]=48000
payloadLimits["cli-hello-world", "gzip9", "main"]=45000
payloadLimits["cli-hello-world", "gzip9", "polyfills"]=22000