Closed
Description
Bug Report or Feature Request (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [x] feature request
Desired functionality.
As a developer, I'd like to disable chunk optimization
during compilation for ng test
command. Current builds on a project with a few dozen components takes 36-60 seconds on this step depending on CLI version. This is bad for unit testing.
Mention any other details that might be useful.
Because of this issue #5775 AOT/chunk is really really slow and makes unit testing ghastly.