Skip to content

Commit

Permalink
Merge pull request #12828 from chenxsan/bugfix/fix-library-schema
Browse files Browse the repository at this point in the history
fix LibraryName of empty array
  • Loading branch information
sokra committed Mar 8, 2021
2 parents ddbffca + d4a0933 commit 73af688
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion schemas/WebpackOptions.json
Expand Up @@ -1460,7 +1460,8 @@
"description": "A part of the library name.",
"type": "string",
"minLength": 1
}
},
"minItems": 1
},
{
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion schemas/plugins/container/ContainerPlugin.json
Expand Up @@ -170,7 +170,8 @@
"description": "A part of the library name.",
"type": "string",
"minLength": 1
}
},
"minItems": 1
},
{
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion schemas/plugins/container/ModuleFederationPlugin.json
Expand Up @@ -194,7 +194,8 @@
"description": "A part of the library name.",
"type": "string",
"minLength": 1
}
},
"minItems": 1
},
{
"type": "string",
Expand Down

0 comments on commit 73af688

Please sign in to comment.