This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Sourcemap Remap Fail with Beta #290
Comments
I should also note that if I use istanbul-instrumenter-loader version 1.1.0, I have the same issue, even when using version 2.2.4 of this project. |
Same for me. The problem is in the code of In line 237 the setting
Although in my case the Here my
And here the loader part of my webpack v1 config:
|
Same issue here, you can reproduce with my repo and update atl to 3.0.0-beta.x then run |
Should be fixed in the latest version |
@s-panferov Thoughts on patching 2.x? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use version 3.0.0-beta.9, karma-remap-coverage complains that it cannot find the sourcemap for every file in my repo. I am not sure what all to include here so just let me know what I can provide to help.
Dependencies:
Common Webpack Config:
Common Karma Config:
Test Karma Config:
The text was updated successfully, but these errors were encountered: