commit node_modules and generated files
This commit is contained in:
parent
6d7a135fea
commit
34b372292b
3379 changed files with 449603 additions and 2029 deletions
20
node_modules/webpack-cli/bin/config/webpackConfigurationSchema.json
generated
vendored
Normal file
20
node_modules/webpack-cli/bin/config/webpackConfigurationSchema.json
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"description": "A webpack configuration object."
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"description": "An array of webpack configuration objects.",
|
||||
"items": {
|
||||
"description": "A webpack configuration object.",
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
{
|
||||
"instanceof": "Promise",
|
||||
"description": "A promise that resolves with a configuration object, or an array of configuration objects."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue