Skip to content

Commit 92a1fdc

Browse files
mrsweatersgauravtiwari
authored andcommitted
environment.plugins.get('Manifest').opts is now environment.plugins.get('Manifest').options. (#2434)
1 parent 04540f8 commit 92a1fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is beneficial to use the same webpack configuration file (generated by webpac
3232
```js
3333
// config/webpack/test.js
3434
const environment = require('./environment')
35-
environment.plugins.get('Manifest').opts.writeToFileEmit = process.env.NODE_ENV !== 'test'
35+
environment.plugins.get('Manifest').options.writeToFileEmit = process.env.NODE_ENV !== 'test'
3636
environment.loaders.append('istanbul-instrumenter', {
3737
test: /\.ts$/,
3838
enforce: "post",

0 commit comments

Comments
 (0)