You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 forapp.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 inapp.min.js
back to lines in the source packages (using the source maps).The text was updated successfully, but these errors were encountered: