mirror of https://github.com/webpack/webpack.git
fix LibraryName of empty array
This commit is contained in:
parent
e28788a4d4
commit
d4a0933ae6
|
|
@ -1460,7 +1460,8 @@
|
|||
"description": "A part of the library name.",
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
}
|
||||
},
|
||||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -170,7 +170,8 @@
|
|||
"description": "A part of the library name.",
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
}
|
||||
},
|
||||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -194,7 +194,8 @@
|
|||
"description": "A part of the library name.",
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
}
|
||||
},
|
||||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in New Issue