babel-istanbul-loader icon indicating copy to clipboard operation
babel-istanbul-loader copied to clipboard

💯 babel-istanbul instrumenter loader for webpack

Results 5 babel-istanbul-loader issues
Sort by recently updated
recently updated
newest added

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...