Skip to content

Commit cbc5d0e

Browse files
committed
Add more options to schema from webpack-dev-middleware.
1 parent 3c23d52 commit cbc5d0e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

lib/optionsSchema.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,34 @@
202202
]
203203
}
204204
]
205+
},
206+
"reporter": {
207+
"description": "Customize what the console displays when compiling.",
208+
"instanceof": "Function"
209+
},
210+
"noInfo": {
211+
"description": "Hide all info messages on console.",
212+
"type": "boolean"
213+
},
214+
"quiet": {
215+
"description": "Hide all messages on console.",
216+
"type": "boolean"
217+
},
218+
"serverSideRender": {
219+
"description": "Expose stats for server side rendering (experimental).",
220+
"type": "boolean"
221+
},
222+
"index": {
223+
"description": "The filename that is considered the index file.",
224+
"type": "string"
225+
},
226+
"log": {
227+
"description": "Customize info logs for webpack-dev-middleware.",
228+
"instanceof": "Function"
229+
},
230+
"warn": {
231+
"description": "Customize warn logs for webpack-dev-middleware.",
232+
"instanceof": "Function"
205233
}
206234
},
207235
"type": "object"

0 commit comments

Comments
 (0)