Skip to content

Commit eb00961

Browse files
author
Joe Bottigliero
committed
adds stats.all option the the webpackOptionsSchema
1 parent 1dc5618 commit eb00961

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemas/webpackOptionsSchema.json

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

0 commit comments

Comments
 (0)