Closed as not planned
Description
🚀 Feature request
Command (mark with an x
)
- [ ] new
- [x] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Description
Introduce different levels for the optimization
build option.
Describe the solution you'd like
We should have a way to disable unsafe optimizations, such as pure_getters
.
Describe alternatives you've considered
Either having several levels (e.g. true
> 'safe-only' > false
) or having a per-option switch on a object.
Related issues:
#14187
#14287
#14316
#15607
#15751
#17255
#17494