How to use custom webpack configuration in an Nx project?
Customizing webpack for your own needs is a powerful functionality. It allows you full control of your app’s development and deployment process. In this article we will go over how to do that in an NX monorepo.
TL;DR.
- The steps