Update:
You can tryng build --prod --sourcemap
For the previous versions of angular-2 this would work , ng build --prod --sourcemap
For Angular 12
ng build --source-map
For Angular 8
As mentioned in the comments
ng build --prod --sourceMap
Update:
You can tryng build --prod --sourcemap
For the previous versions of angular-2 this would work , ng build --prod --sourcemap
For Angular 12
ng build --source-map
For Angular 8
As mentioned in the comments
ng build --prod --sourceMap