Vlad Khitev
Results
1
comments of
Vlad Khitev
A full solution that worked for me. Nx version: 13.10.2 `apps//project.json` ```json { "targets": { "build": { "options": { "webpackConfig": "apps//custom-webpack.config.js" } } } } ``` `apps//custom-webpack.config.js` ```js const {...