I have setup SSR for Angular 9 project. I am using NX workspace with Angular CLI for my application. When I run the application with serve-ssr option, and when I open the page and check a source code, I see sourceMappingURL output in it.
angular.json has already set "sourceMap": false but it is still producing sourceMappingURL in output.