SoCreate / angular-playground

A drop in app module for working on Angular components in isolation (Angular version 2.x and above).
http://www.angularplayground.it
MIT License
458 stars 62 forks source link

fix(CLI): update --prod flag #300

Closed ffoodd closed 2 years ago

ffoodd commented 2 years ago

--prod has been deprecated with Angular 12, should use --configuration production instead as explained in ng build docs.

This currently triggers an error when moving to Angular 13.