angular-cn/aio/scripts/_payload-limits.json
George Kalpakas 9abc1f9156 build(docs-infra): update @angular/cli to 9.0.0-next.8 (#32980)
The payload size increase in the ES5 bundles is (at least partially)
expected, due to fixing some down-leveling corner cases.

Related CLI issue: angular/angular-cli#15673

PR Close #32980
2019-10-10 13:56:14 -07:00

39 lines
797 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 541840,
"main-es2015": 457135,
"polyfills-es5": 143165,
"polyfills-es2015": 52503
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 545197,
"main-es2015": 460505,
"polyfills-es5": 143165,
"polyfills-es2015": 52503
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es5": 3091,
"runtime-es2015": 3097,
"main-es5": 522775,
"main-es2015": 437775,
"polyfills-es5": 143165,
"polyfills-es2015": 52503
}
}
}
}