mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
38 lines
797 B
JSON
Executable file
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
|
|
}
|
|
}
|
|
}
|
|
}
|