mirror of https://github.com/webpack/webpack.git
feat: add JSON schema for "name" property
This commit is contained in:
parent
56de487c4f
commit
68460a0586
|
|
@ -398,6 +398,10 @@
|
|||
"module": {
|
||||
"#ref": "#/definitions/module"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the configuration. Used when loading multiple configurations.",
|
||||
"type": "string"
|
||||
},
|
||||
"node": {
|
||||
"description": "Include polyfills or mocks for various node stuff.",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue