I'm missing the percentage progress view while compiling an Angular 11. Usually I did:
ng serve
and saw a progress in percent while the code was compiled. Now that percentage view is gone and it's written that progress
is deprecated:
Option "progress" is deprecated: Use the "progress" option in the browser builder instead.
The question is now: what does it mean or where I have to place the progress=true
option now to get back the percentage view?