mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci(aio): raise polyfill payload limits
This commit is contained in:
parent
578bdeb522
commit
71ee0c5b03
1 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ set -u -e -o pipefail
|
|||
declare -A limitUncompressed
|
||||
limitUncompressed=(["inline"]=1600 ["main"]=600000 ["polyfills"]=40000)
|
||||
declare -A limitGzip7
|
||||
limitGzip7=(["inline"]=1000 ["main"]=140000 ["polyfills"]=12000)
|
||||
limitGzip7=(["inline"]=1000 ["main"]=140000 ["polyfills"]=12500)
|
||||
declare -A limitGzip9
|
||||
limitGzip9=(["inline"]=1000 ["main"]=140000 ["polyfills"]=12000)
|
||||
limitGzip9=(["inline"]=1000 ["main"]=140000 ["polyfills"]=12500)
|
||||
|
|
|
|||
Loading…
Reference in a new issue