Skip to content

Commit

Permalink
added documentation of debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
skleeschulte committed Dec 30, 2015
1 parent 4ad33ff commit f703200
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Then use [webpack's Node.js API](https://webpack.github.io/docs/node.js-api.html
console.log('removed modules: ', removedModules);
});

## Options

### debug

Debug output can be enabled by setting the debug flag in the plugin options to true:

new BundleUpdateHookPlugin({ debug: true })

## License

MIT (see LICENSE file)

0 comments on commit f703200

Please sign in to comment.