I use ngx-build-plus to include a special webpack loader to integrate special custom files into our Angular-CLI build process (Angular 10).
Everything works fine, however I couldn't find a way to use e2e-tests this way, it's not even taking the --extra-webpack-config
option...
$ ng e2e --extra-webpack-config webpack.partial.js
Unknown option: '--extra-webpack-config'
Unknown option: 'webpack.partial.js'
How could I fix the e2e tests to use the webpack.partial.js
?