angular-builders
angular-builders copied to clipboard
Angular build facade extensions (Jest and custom webpack configuration)
**Is your feature request related to a problem? Please describe.** I've been trying to set certain elements within `index-html-transform.ts` but was surprised to not have access to the expected angular-configured...
## Describe the Bug When using @angular-builders/jest and a custom jest config, the default config leads to unexpected behaviours when one is specifying a `moduleNameMapper` or `transform` config for image...
## Describe the Bug I try to override the `devServer.sockPath` to suit the specific configuration of our dev stations. But it looks like this part of the configuration is read...
**Is your feature request related to a problem? Please describe.** The schema of custom-webpack is generated during the build and it's generated from the base schema that comes from @angular-devkit/build-angular...
When I declare an array of configurations in additional webpack.config it doesn't merge them correctly, resulting in error. Please add a possibility to add multiple configs, this is needed for...
## Describe the Bug As i can see, you guys(since 11.0.0-beta.4) updated **webpack-merge** package version from 5.7.0 to 5.7.3. Please, add breaking changes in angular.json ## Minimal Reproduction Previously i...
https://github.blog/changelog/2020-12-16-pull-request-auto-merge-public-beta/
More info here: https://github.com/just-jeb/angular-builders/issues/873#issuecomment-731767550
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
@angular-builders/custom-webpack:karma fails compiling TypeScript with activated strictNullChecks
## Describe the Bug When a custom webpack config is provided written in TypeScript, @angular-builders/custom-webpack:karma throws an error if strictNullChecks are activated. ## Minimal Reproduction https://github.com/Markus-Ende/custom-webpack-builder-strictnullchecks-issue 1. Clone & install...