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 04540f8 commit 92a1fdcCopy full SHA for 92a1fdc
docs/testing.md
@@ -32,7 +32,7 @@ It is beneficial to use the same webpack configuration file (generated by webpac
32
```js
33
// config/webpack/test.js
34
const environment = require('./environment')
35
-environment.plugins.get('Manifest').opts.writeToFileEmit = process.env.NODE_ENV !== 'test'
+environment.plugins.get('Manifest').options.writeToFileEmit = process.env.NODE_ENV !== 'test'
36
environment.loaders.append('istanbul-instrumenter', {
37
test: /\.ts$/,
38
enforce: "post",
0 commit comments