Thanks to visit codestin.com Credit goes to github.com
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.
2 parents cdb919b + be26132 commit c515d24Copy full SHA for c515d24
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