DEV Community

Discussion on: Speeding up the development serve after upgrading to Angular v12

Collapse
 
tieppt profile image
Tiep Phan

I think he want to target serve architect, not build. Something like this.
gist.github.com/tieppt/35f7862bb85...

Then you can use ng serve with development by default and ng build with production by default.

Collapse
 
brandontroberts profile image
Brandon Roberts

Thanks Tiep.

I updated the code snippet to be more clear.