Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

746
Views
Angular 12 Project is attempting to disable the Ivy compiler

I updated angular 10 to 12 and now when i try to build it this warning is being displayed:

Project is attempting to disable the Ivy compiler. Angular versions 12 and higher do not support the deprecated View Engine compiler for applications. The Ivy compiler will be used to build this project.

Project is attempting to disable ivy but it is using it for my project, should i disable it somehow or its is it using it because of a package and i need to find that?

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

As you commented earlier, you are using

"enableIvy": false

in your tsconfig.app.json or tsconfig.json.

That is what creates the warning. You are trying to disable Ivy, but that is not allowed in v12. You can just remove that line.

over 4 years ago · Santiago Trujillo Report

0

You should disable it in the tsconfig.json file(s), look for "enableIvy": false.

over 4 years ago · Santiago Trujillo Report

0

Angular versions >12 forcefully enables the Ivy compiler even though you disable it in tsconfig. Just remove {"enableIvy": false} from tsconfig to clear the warning

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!