I am trying to enable Webpack HMR in nestjs app in Nx monorepo
The nx workspace with nestjs app can be found in the repo here. It is created by following official docs
Nestjs webpack HMR docs is here
I successfully enabled Webpack HMR in nestjs app without nx monorepo by following the above docs.
How to setup Webpack's HMR in NestJS project in Nx monorepo?
Feel free to ask more details about the question if required