Skip to content

Commit

Permalink
environment.plugins.get('Manifest').opts is now environment.plugins.g…
Browse files Browse the repository at this point in the history
…et('Manifest').options. (#2434)
  • Loading branch information
mrsweaters authored and gauravtiwari committed Aug 16, 2020
1 parent 04540f8 commit 92a1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is beneficial to use the same webpack configuration file (generated by webpac
```js
// config/webpack/test.js
const environment = require('./environment')
environment.plugins.get('Manifest').opts.writeToFileEmit = process.env.NODE_ENV !== 'test'
environment.plugins.get('Manifest').options.writeToFileEmit = process.env.NODE_ENV !== 'test'
environment.loaders.append('istanbul-instrumenter', {
test: /\.ts$/,
enforce: "post",
Expand Down

0 comments on commit 92a1fdc

Please sign in to comment.