Open Vaccano opened 8 years ago
In case anyone is using this for webpack test coverage:
I could not get this to work with typescript for my coverage reporter. I needed to used istanbul-instrumenter-loader
instead (for webpack + karma).
https://github.com/webpack-contrib/istanbul-instrumenter-loader
Does this support typescript?