Skip to content
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

Can blanket handle source maps? #564

Open
sebastienbarre opened this issue Sep 5, 2016 · 0 comments
Open

Can blanket handle source maps? #564

sebastienbarre opened this issue Sep 5, 2016 · 0 comments

Comments

@sebastienbarre
Copy link

I'm executing some tests that rely on a bundled file created with Webpack (say app.min.js). This is a very large file that contains many packages bundled together. I've the source maps for app.min.js on one hand, and the coverage results pointing at lines in the bundle itself. I would like the coverage to point back to the original files, and that mapping is pretty much what source maps are. Can blanket handle that, e.g. remap from lines in app.min.js back to lines in the source packages (using the source maps).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant