-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@angular-devkit/build-angular): enable sourcemaps by default when using karma #12291
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
ts
paths. 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