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 cdb919b commit be26132Copy full SHA for be26132
package.json
@@ -33,7 +33,7 @@
33
"extract-text-webpack-plugin": "^1.0.1",
34
"file-loader": "^0.9.0",
35
"html-webpack-plugin": "^2.7.1",
36
- "isparta-instrumenter-loader": "^1.0.0",
+ "isparta-loader": "^2.0.0",
37
"jasmine-core": "^2.3.4",
38
"karma": "^1.1.0",
39
"karma-coverage": "^1.0.0",
webpack.config.js
@@ -130,7 +130,7 @@ module.exports = function makeWebpackConfig () {
130
/node_modules/,
131
/\.spec\.js$/
132
],
133
- loader: 'isparta-instrumenter'
+ loader: 'isparta-loader'
134
})
135
}
136
0 commit comments