angular/aio/scripts/_payload-limits.json
George Kalpakas eb72cecc42 build(docs-infra): turn on Ivy (#32923)
The angular.io project uses Angular and CLI v9, which by default turns
on Ivy mode. However, since ec4381dd4, we explicitly opt out of Ivy.

This commit removes the `enabledIvy: false` configuration, thus allowing
the default behavior of having Ivy on.

NOTE:
This commit only changes the angular.io projects. The docs examples need
to be updated separately (first to Angular and CLI v9 and then to Ivy).

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

38 lines
797 B
JSON
Executable file

{
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 540068,
"main-es2015": 494141,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 541663,
"main-es2015": 496036,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es5": 3091,
"runtime-es2015": 3097,
"main-es5": 481663,
"main-es2015": 436411,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
}
}
}
}