angular-docs-cn/aio/scripts/_payload-limits.json
George Kalpakas ad753d3fa7 build(docs-infra): pin terser to 4.3.2 to avoid optimization bug (#32923)
This commit pins terser to version 4.3.2 (instead of 4.3.4 which it is
currently resolved to) to avoid this bug: terser/terser#470

See https://github.com/angular/angular/pull/32923#issuecomment-537370090
for more details.

PR Close #32923
2019-10-04 08:27:21 -07:00

39 lines
797 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 500621,
"main-es2015": 455736,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 501361,
"main-es2015": 456861,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es5": 3100,
"runtime-es2015": 3106,
"main-es5": 482632,
"main-es2015": 437453,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
}
}
}