feat(@angular-devkit/build-angular): enable sourcemaps by default when using karma#12291
feat(@angular-devkit/build-angular): enable sourcemaps by default when using karma#12291hansl merged 1 commit intoangular:masterfrom alan-agius4:sourcemaps_on_default
Conversation
…n using karma Closes #12282
|
Yeah code coverage will never work without sourcemaps, so that makes sense. |
|
@filipesilva could this PR also merged to v6.x? seems right now it's just in the v7. |
|
@Teamop unfortunately no, since it is a feature. Features only go on minor releases, and we don't plan on making another minor for 6.x. You can set the |
|
It was working fine with v~0.6.8 and stopped working with v6-lts and you call it a feature? I hit that error because I updated the lib with |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |

I tried to do a regression tests like @filipesilva suggested
However the problem is that the stacktrace always contains
tspaths. The only difference when enabling sourcemaps is the contents of the files, as shown below;Sourcemaps enabled

No sourcemaps

Closes #12282 and Potentially fixes #11672