Chunk asset optimization and asset optimization while developing angular 2 with angular-cli ng serve
takes a lot of time on my older macbook, eg:
9952ms chunk asset optimization
2432ms asset optimization
Waiting this time on every change is getting pretty annoying. Is it possible to remove/reduce this time, that his does not happen on every change while developing?
You could look into --sourcemap=false. Seat of the pants improvement:
225ms chunk assets processing, total Time: 38150ms
vs:
215612ms chunk assets processing, total Time: 251719ms
Debugging ability is degraded. https://github.com/angular/angular-cli/issues/5423
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With