-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Invalid source map path for @angular/common/http/testing bundle #25510
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
Labels
Milestone
Comments
IgorMinar
added a commit
to IgorMinar/angular
that referenced
this issue
Nov 28, 2018
…ry entry-points This fixes the issue with broken source maps for @angular/common/http/testing. Fixes angular#25510
I sent #27313 to fix this.. thanks for the report. |
FrederikSchlemmer
pushed a commit
to FrederikSchlemmer/angular
that referenced
this issue
Jan 3, 2019
…ry entry-points (angular#27313) This fixes the issue with broken source maps for @angular/common/http/testing. Fixes angular#25510 PR Close angular#27313
ngfelixl
pushed a commit
to ngfelixl/angular
that referenced
this issue
Jan 28, 2019
…ry entry-points (angular#27313) This fixes the issue with broken source maps for @angular/common/http/testing. Fixes angular#25510 PR Close angular#27313
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
I'm submitting a...
Current behavior
Cannot find SourceMap 'http__testing.js.map': Error: Can't
resolve './http__testing.js.map' in '...\node_modules@angul
ar\common\fesm5\http'
Expected behavior
No warning.
Minimal reproduction of the problem with instructions
Open file in npm bundle @angular/common/fesm5/http/testing.js
At the end of file
//# sourceMappingURL=http__testing.js.map
What is the motivation / use case for changing the behavior?
Fix bug in build system
Environment
The text was updated successfully, but these errors were encountered: