We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc5618 commit eb00961Copy full SHA for eb00961
schemas/webpackOptionsSchema.json
@@ -977,6 +977,9 @@
977
"type": "object",
978
"additionalProperties": false,
979
"properties": {
980
+ "all": {
981
+ "description": "fallback value for stats options when an option is not defined (has precedence over local webpack defaults)"
982
+ },
983
"context": {
984
"type": "string",
985
"description": "context directory for request shortening",
0 commit comments