Skip to content

Commit 168f923

Browse files
authored
Merge pull request webpack#5842 from jbottigliero/bugfix/stats.all
adds stats.all option the the webpackOptionsSchema
2 parents b8e6b4a + c3d77bb commit 168f923

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,10 @@
977977
"type": "object",
978978
"additionalProperties": false,
979979
"properties": {
980+
"all": {
981+
"type": "boolean",
982+
"description": "fallback value for stats options when an option is not defined (has precedence over local webpack defaults)"
983+
},
980984
"context": {
981985
"type": "string",
982986
"description": "context directory for request shortening",

0 commit comments

Comments
 (0)