I am trying to turn off sourcemaps for my tests in Angular 6. I know the sourcemaps switch has been removed, e.g., ng test --sourcemaps=false.
ng test --sourcemaps=false
I have tri
You can use
CLI v6.0.8 and above --source-map=false
CLI v6.x --sourceMap=false
CLI v1.x --sourcemaps=false