During trying to build an Angular application by using this command
ng build --prod
you can face this type of errors in Terminal
Solution
Add this two lines in your .browserslistrc file
not ios_saf 15.2-15.3
not safari 15.2-15.3
Tags
Programming Codes