I recently attempted to integrate IVY into my angular 7 beta project. To do this, I included enableIvy: true
in the compilerOptions
section of src/tsconfig.app.json
.
However, upon running
ng build --prod --aot --output-hashing none
, an error was encountered as shown below:
error TS5023: Unknown compiler option 'enableIvy'.
Error: error TS5023: Unknown compiler option 'enableIvy'.
...
Has anyone found a solution to this issue?