Angular-cli: ng serve without optimizations

I use angular-cli and really love the features it encounters. I just noticed that when it ng serve -devstarts from the terminal, it displays the following optimization information:

6ms module order optimization
7ms module id optimization
13ms chunk reviving
10ms chunk order optimization
46ms chunk id optimization

Is it possible to disable these optimizations? I think this can speed up the build when the development server starts.

+4
source share
1 answer

Angular CLI does not support disabling asset optimization while writing a response.

, Angular CLI, - .

, , +1 , .

+2

Source: https://habr.com/ru/post/1658633/