angular-builders
angular-builders copied to clipboard
Support multiple webpack configs
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 me to build multiple worker bundles.
Most likely will be supported in the next major release (8.0.0) since I'm focusing on supporting new architect API now and don't have time for anything else.
Alternatively you can issue a PR, this way you might get it in 7.x.x.
Keep in mind that version 8 is not backward compatible and you'll have to upgrade your application to Angular 8.
@just-jeb are there any news?