Skip to content

Commit

Permalink
feat: add JSON schema for "stats" property
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 9, 2016
1 parent 5e27fb8 commit ba08a06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/webpackOptionsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@
"resolveLoader": {
"#ref": "#/definitions/resolveLoader"
},
"stats": {
"description": "Used by the webpack CLI program to pass stats options.",
"type": "object"
},
"target": {
"enum": [
"web",
Expand Down

0 comments on commit ba08a06

Please sign in to comment.