(Debugger Unbound breakpoint) I am working on nest application in nx workspace
I encountered a problem with my Nest.js application’s large Docker image, which led me to add “production”: { “generatePackageJson”: true } in my project.json file. However, this caused an error that was only resolved after updating my nx (to 18.0.7) and nx/weback (to 19.1.1) versions.