lebronjamesuit / social-media-angular14

Build a website to post confession online
https://d26q31pmxe2fsg.cloudfront.net/
1 stars 0 forks source link

Angular CLI build production mode does not work #9

Open lebronjamesuit opened 1 year ago

lebronjamesuit commented 1 year ago

Angular 14 does not work with ng build --prod

lebronjamesuit commented 1 year ago

prod is deprecated since Angular 12 and removed in Angular 14 based on this Angular-Deprecated APIs and features.

Use --configuration production instead.

So the command will be:

ng build --configuration production