This repository is an example of using Nx with Nest, without webpack.
- Create a new Nx workspace
- Add a Nest application (apps/backend) using @nx/nest plugin
- Modify the Nest application to use TSC executor instead of webpack (apps/backend/project.json)
- Add a Nest library (libs/backend-library) using @nx/nest plugin
- Import the library into the application (apps/backend/src/main.ts)
- tsc executor currently does not support generating trimmed package.json/lock pairs for production builds