I have just upgraded from Angular 7 to Angular 14.
One of the breaking changes is ng b --prod
is no longer recognised; instead it is now ng b --configuration=production
.
Is there any way I can map ng b --prod
to ng b --configuration=production
?
Thank you.