Skip to content

Commit

Permalink
Partial update of #8279, defaults can be changed in a breaking way
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 5, 2018
1 parent 8cf1cdb commit b19337e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ProgressPlugin.js
Expand Up @@ -315,8 +315,7 @@ ProgressPlugin.defaultOptions = {
modulesCount: 500,
modules: true,
activeModules: true,
// TODO webpack 5 default this to true
entries: false
entries: true
};

module.exports = ProgressPlugin;

0 comments on commit b19337e

Please sign in to comment.