We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26229d6 commit 6390925Copy full SHA for 6390925
webpack.config.js
@@ -119,10 +119,10 @@ module.exports = function makeWebpackConfig () {
119
}]
120
};
121
122
- // ISPARTA LOADER
123
- // Reference: https://github.com/ColCh/isparta-instrumenter-loader
124
- // Instrument JS files with Isparta for subsequent code coverage reporting
125
- // Skips node_modules and files that end with .test.js
+ // ISTANBUL LOADER
+ // https://github.com/deepsweet/istanbul-instrumenter-loader
+ // Instrument JS files with istanbul-lib-instrument for subsequent code coverage reporting
+ // Skips node_modules and files that end with .test
126
if (isTest) {
127
config.module.preLoaders.push({
128
test: /\.js$/,
0 commit comments