After upgrading to angular 9, when I build my project in production mode I get this output-
[ERROR]
[ERROR] Compiling @angular/core : module as esm5
[ERROR]
[ERROR] Compiling @angular/common : module as esm5
[ERROR]
[ERROR] Compiling @angular/platform-browser : module as esm5
[ERROR]
[ERROR] Compiling @angular/platform-browser-dynamic : module as esm5
[ERROR]
[ERROR] Compiling @angular/common/http : module as esm5
[ERROR]
and so on..
Any reason why?