istanbul-instrumenter-loader
istanbul-instrumenter-loader copied to clipboard
Instrument webpack module.js which is not part of the source code
Using latest version of istanbul-instrumenter-loader (v3.0.0) and found the coverage report generated covers node_modules/webpack/buildin/module.js file along with other source code. I think this is unnecessary.
Node version: 7.9.0 OS: macOS Sierra
exclude: [/(tests|node_modules|.spec.js$)/]