Skip to content

Commit e70deb3

Browse files
jonmchangauravtiwari
authored andcommitted
.set no longer exists, updated to the existing append (#1682)
1 parent 0c778df commit e70deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It is beneficial to use the same webpack configuration file (generated by webpac
3434
// config/webpack/test.js
3535
const environment = require('./environment')
3636
environment.plugins.get('Manifest').opts.writeToFileEmit = process.env.NODE_ENV !== 'test'
37-
environment.loaders.set('istanbul-instrumenter', {
37+
environment.loaders.append('istanbul-instrumenter', {
3838
test: /\.ts$/,
3939
enforce: "post",
4040
loader: "istanbul-instrumenter-loader",

0 commit comments

Comments
 (0)