mirror of https://github.com/webpack/webpack.git
Cli updates
This commit is contained in:
parent
b1eac4ab29
commit
4b02d79b2c
|
@ -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": ["..."]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue