I'm working in a project that's require the AOT compilation but for some particular feature into the project I need to turn to false the option buildOptimizer
into angular.json
My question is:
The AOT compilation persist if I turn to false the property buildOptimizer
?
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": false