Skip to content

Commit

Permalink
shortened lines
Browse files Browse the repository at this point in the history
  • Loading branch information
skleeschulte committed Dec 30, 2015
1 parent ca232f5 commit 4ad33ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ Then use [webpack's Node.js API](https://webpack.github.io/docs/node.js-api.html
var compiler = webpack(webpackConfig);

compiler.plugin('bundle-update', function (newModules, changedModules, removedModules, stats) {
// newModules, changedModules and removedModules are objects. The properties of the objects are module ids, the
// values of these properties are the corresponding module resources (= absolute module paths).
// newModules, changedModules and removedModules are objects. The properties of the objects
// are module ids, the values of these properties are the corresponding module resources
// (= absolute module paths).

// stats is passed as is from the compilers 'done' plugin hook.

Expand Down

0 comments on commit 4ad33ff

Please sign in to comment.