From 5285daf0df2a34b0d0fbcd09cc179f5330c8d4af Mon Sep 17 00:00:00 2001 From: Charles Blaxland Date: Wed, 13 Aug 2014 20:40:27 +1000 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64d3b21..25cbdb0 100644 --- a/README.md +++ b/README.md @@ -134,5 +134,7 @@ template is rendered. This variable has the following attributes: the plugin. In addition to the options actually used by this plugin, you can use this hash to pass arbitrary data through to your template. -- `webpack`: holds the webpack [stats](https://github.com/webpack/docs/wiki/node.js-api#stats) - object, as returned by `stats.toJson()`. +- `webpack`: the webpack [stats](https://github.com/webpack/docs/wiki/node.js-api#stats) + object. Note that this is the stats object as it was at the time the HTML template + was emitted and as such may not have the full set of stats that are available + after the wepback run is complete.