Use command like this for Anuglar 6 to build
ng build --prod --configuration=dev
Or using alias:
ng build --prod --c=dev
Use command like this for Anuglar 6 to build
ng build --prod --configuration=dev
Or using alias:
ng build --prod --c=dev