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.
source
share