настройка webpack
This commit is contained in:
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."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user