We Are Going To Discuss About angular 13 ng build library fails (ivy partial compilation mode). So lets Start this Angular Article.
angular 13 ng build library fails (ivy partial compilation mode)
You can try this solution
open .browserslistrc
and addnot ios_saf 15.2-15.3 not safari 15.2-15.3
Save the file and run againng build
You can try this solution
open .browserslistrc
and addnot ios_saf 15.2-15.3 not safari 15.2-15.3
Save the file and run againng build
Solution 1
You can try this solution
open .browserslistrc
and add
not ios_saf 15.2-15.3
not safari 15.2-15.3
Save the file and run again
ng build
Original Author Nitesh Of This Content
Solution 2
Comment out Safari from the .browserslistrc
File, if you use Angular. This is a better Solution until there is a fix.
# last 2 Safari major version
Original Author Daniel Ehrhardt Of This Content
Solution 3
This was a bug in the Angular CLI that has been fixed. In your package.json
, update @angular/cli
to either 12.2.16
or 13.2.1
.
Source: https://github.com/angular/angular-cli/issues/22606#issuecomment-1026097996
Original Author About Programmer Of This Content
Solution 4
This is a bug in Angular CLI 13.2.0
.
Temporary solution:
Removing content configurating .browserslistrc
file from root project.
more info
Original Author m.shakeri Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.