just-jeb / angular-builders

Angular build facade extensions (Jest and custom webpack configuration)
MIT License
1.14k stars 198 forks source link

chore(custom-webpack): update base schemes #1732

Closed just-jeb closed 7 months ago

just-jeb commented 7 months ago

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] 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: Schema update

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

Schema for custom-webpack is generated during the build based on the base schema from Angular CLI. This PR bumps the base schema to include changes from 17.3.2.
Closes #1728