Skip to content

Commit

Permalink
feat: add JSON schema for "name" property
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 9, 2016
1 parent b0ba26d commit 5e27fb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/webpackOptionsSchema.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 5e27fb8

Please sign in to comment.