angular-cn/aio/scripts/_payload-limits.json
JiaLiPassion ee486233e9 build(zone.js): update zone.js to 0.10.2 (#31975)
Bundle size changed in both zone.js(legacy) and zone-evergreen.js

- zone.js(legacy) package increased a little because the following feature and fixes.
1. #31699, handle MSPointer events PR
2. https://github.com/angular/zone.js/pull/1219 to add __zone_symbol__ customization support

- zone-evergreen.js package decreased because
1. the MSPointer PR only for legacy
2. the Object.defineProperty patch is moved to legacy #31660

PR Close #31975
2019-08-16 09:56:41 -07:00

39 lines
790 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 511052,
"main-es2015": 450562,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 499085,
"main-es2015": 438296,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
},
"aio-local-ivy": {
"master": {
"uncompressed": {
"runtime-es5": 2932,
"runtime-es2015": 2938,
"main-es5": 560811,
"main-es2015": 499846,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
}
}