File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 202
202
]
203
203
}
204
204
]
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"
205
233
}
206
234
},
207
235
"type" : " object"
You can’t perform that action at this time.
0 commit comments