From f7032006241bdcfe83d67c1b733b5981a9afdddb Mon Sep 17 00:00:00 2001 From: Stefan Kleeschulte Date: Wed, 30 Dec 2015 19:01:50 +0100 Subject: [PATCH] added documentation of debug option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4811dab..ca75681 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file