Cli updates

This commit is contained in:
Tobias Koppers 2020-07-15 14:32:28 +02:00
parent b1eac4ab29
commit 4b02d79b2c
2 changed files with 11 additions and 2 deletions

View File

@ -1112,6 +1112,9 @@
"minimizer": {
"description": "Minimizer(s) to use for minimizing the output.",
"type": "array",
"cli": {
"exclude": true
},
"items": {
"description": "Plugin of type object or instanceof Function.",
"anyOf": [
@ -2237,6 +2240,9 @@
"plugins": {
"description": "Plugins for the resolver.",
"type": "array",
"cli": {
"exclude": true
},
"items": {
"description": "Plugin of type object or instanceof Function.",
"anyOf": [
@ -2660,6 +2666,9 @@
"description": "A rule.",
"anyOf": [
{
"cli": {
"exclude": true
},
"enum": ["..."]
},
{

View File

@ -3247,7 +3247,7 @@ Object {
"description": "Resolve restriction. Resolve result must fulfill this restriction.",
"multiple": true,
"path": "resolveLoader.restrictions[]",
"type": "string",
"type": "path",
},
],
"description": "Resolve restriction. Resolve result must fulfill this restriction.",
@ -3422,7 +3422,7 @@ Object {
"description": "Resolve restriction. Resolve result must fulfill this restriction.",
"multiple": true,
"path": "resolve.restrictions[]",
"type": "string",
"type": "path",
},
],
"description": "Resolve restriction. Resolve result must fulfill this restriction.",