Closed ffoodd closed 2 years ago
--prod has been deprecated with Angular 12, should use --configuration production instead as explained in ng build docs.
--prod
--configuration production
ng build
This currently triggers an error when moving to Angular 13.
--prod
has been deprecated with Angular 12, should use--configuration production
instead as explained inng build
docs.This currently triggers an error when moving to Angular 13.