You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modified configuration is below. However, this configuration lacks the ability to pass the extraWebpackConfig option to the executor, and the build fails
Is your feature request related to a problem? Please describe.
We use ngx-build-plus to provide extra webpack config options to our Angular build. The relevant configuration below.
We used to have a second phase using xliffmerge from https://github.com/martinroob/ngx-i18nsupport/tree/master/projects/xliffmerge . However, this project does not seem maintained anymore, and we would like to switch to ng-extract-i18n-merge.
The modified configuration is below. However, this configuration lacks the ability to pass the extraWebpackConfig option to the executor, and the build fails
Describe the solution you'd like
Adding
builderI18nOptions
, if possible, would solve our problem:Describe alternatives you've considered
Manually calling https://github.com/daniel-sc/xliff-simple-merge#readme for now
Additional context
The text was updated successfully, but these errors were encountered: