iredelmeier / jasmine-webpack-plugin

Run jasmine specs using webpack or webpack-dev-server
MIT License
5 stars 12 forks source link

Stacktraces are relative to the bundle, not the sourcemap #4

Open joeheyming opened 8 years ago

joeheyming commented 8 years ago

When I see an error in jasmine, I get a stacktrace that needs to be normalized to the sourcemap.

I'm not sure how to trick jasmine into using a sourcemap

paveltretyakovru commented 7 years ago

Hello, @joeheyming! I am confirm this :+1: . I think, it is very important thing for debugging and controlling a code. Let's make pull request :) @iredelmeier, thank you for best Jasmine Webpack Plugin :) It is simplest and genius! :1st_place_medal:

Regard, Pavel Tretyakov