angular/aio/scripts/_payload-limits.json
Andrew Kushnir 3999d7adf0 docs: update payload size limits for angular.io application (#34916)
This commit increases payload size limits for angular.io application that triggered an error after merging another commit (b6dfb4da2d). The goal of this commit is to bring patch branch back to a "green" state and separate investigation is required to identify the root cause for size increase.

PR Close #34916
2020-01-22 16:29:09 -08:00

29 lines
527 B
JSON
Executable file

{
"aio": {
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 464973,
"polyfills-es2015": 52503
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 462247,
"polyfills-es2015": 52503
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es2015": 3097,
"main-es2015": 439352,
"polyfills-es2015": 52503
}
}
}
}