Skip to content

Commit

Permalink
Update documentation (#2032)
Browse files Browse the repository at this point in the history
`manifestPlugin.opts` - is incorrect
`manifestPlugin.options` - correct :-)
  • Loading branch information
timonbandit authored and gauravtiwari committed Mar 26, 2019
1 parent 3b8b571 commit 90df6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webpack.md
Expand Up @@ -221,7 +221,7 @@ const webpack = require('webpack')

// Get a pre-configured plugin
const manifestPlugin = environment.plugins.get('Manifest')
manifestPlugin.opts.writeToFileEmit = false
manifestPlugin.options.writeToFileEmit = false

// Add an additional plugin of your choosing : ProvidePlugin
environment.plugins.prepend(
Expand Down

0 comments on commit 90df6f5

Please sign in to comment.