Skip to content

Commit

Permalink
Merge pull request webpack#5842 from jbottigliero/bugfix/stats.all
Browse files Browse the repository at this point in the history
adds stats.all option the the webpackOptionsSchema
  • Loading branch information
sokra authored Oct 17, 2017
2 parents b8e6b4a + c3d77bb commit 168f923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/webpackOptionsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"all": {
"type": "boolean",
"description": "fallback value for stats options when an option is not defined (has precedence over local webpack defaults)"
},
"context": {
"type": "string",
"description": "context directory for request shortening",
Expand Down

0 comments on commit 168f923

Please sign in to comment.