feat(@angular/build): support middlewareConfig by tianma630 · Pull Request #32900 · angular/angular-cli
PR Checklist
Please check to confirm your PR fulfills the following requirements:
- [ x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines
- [x ] Tests for the changes have been added (for bug fixes / features)
- Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- Bugfix
- [x ] Feature
- Code style update (formatting, local variables)
- Refactoring (no functional changes, no api changes)
- Build related changes
- CI related changes
- Documentation content changes
- Other... Please describe:
What is the current behavior?
Issue Number: #32811
What is the new behavior?
Allowing using middleware config in dev server options #32811
Does this PR introduce a breaking change?
- Yes
- [ x] No