We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c778df commit e70deb3Copy full SHA for e70deb3
docs/testing.md
@@ -34,7 +34,7 @@ It is beneficial to use the same webpack configuration file (generated by webpac
34
// config/webpack/test.js
35
const environment = require('./environment')
36
environment.plugins.get('Manifest').opts.writeToFileEmit = process.env.NODE_ENV !== 'test'
37
-environment.loaders.set('istanbul-instrumenter', {
+environment.loaders.append('istanbul-instrumenter', {
38
test: /\.ts$/,
39
enforce: "post",
40
loader: "istanbul-instrumenter-loader",
0 commit comments