babel-istanbul-loader
babel-istanbul-loader copied to clipboard
💯 babel-istanbul instrumenter loader for webpack
Getting `require.context` as `undefined`
I inherited a project that uses this library, and I need some help migrating to babel-plugin-istanbul. The karma.conf.js file has this definition in it right now: ``` webpack: { devtool:...
I need to use the babel preset query to resolve the paths to the preset files because my build configurations are in a sibling directory to my application For example,...
Hi, I don't use karma, seems that babel-istanbul should not be coupled with karma, but I can't seem to get it to work. I have replaced my babel loader with...
babel-istanbul < 0.8.x cannot handle exporting default anonymous functions (see code example and stack track below). This is due to an issue with escodegen that was fixed and released in...