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 2f64fc9 commit 26229d6Copy full SHA for 26229d6
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-loader": "^2.0.0",
+ "istanbul-instrumenter-loader": "^1.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,10 @@ module.exports = function makeWebpackConfig () {
130
/node_modules/,
131
/\.spec\.js$/
132
],
133
- loader: 'isparta-loader'
+ loader: 'istanbul-instrumenter',
134
+ query: {
135
+ esModules: true
136
+ }
137
})
138
}
139
0 commit comments