-
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
Test source maps are not working #6737
Comments
Thanks for reporting this issue. However, this issue is a duplicate of an existing issue #6623. Please subscribe to that issue for future updates. |
@filipesilva The other issue is closed and it's only stated that there's a problem when debugging through docker. |
The issue I linked wasn't about docker, it's mentioned in the last comment by another user and nowhere else. @clydin's comment (#6623 (comment)) indicates what the problem was and provides a fix in #6682. It should be in the latest release. When using the latest release do you still experience this problem? |
#6824 also reported the same in 1.1.3, will investigate. |
I pushed a fix in #6862 that addresses part of the issue, restoring source maps test runs in the sources window: I'm not sure that the other part of it, the error shown by the Karma console, is fixable though. I don't think that error uses sourcemaps, since it's a zone error. I tried using the |
The console error is being tracked in #6583. |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.1.2
node: 6.9.1
os: win32 x64
Repro steps.
The log given by the failure.
Desired functionality.
The output should show the line number of the typescript file instead of the bundle.
The text was updated successfully, but these errors were encountered: