We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reportTime
1 parent 8a11122 commit 3fe48bcCopy full SHA for 3fe48bc
lib/optionsSchema.json
@@ -303,6 +303,10 @@
303
"description": "Customize what the console displays when compiling.",
304
"instanceof": "Function"
305
},
306
+ "reportTime": {
307
+ "description": "Report time before and after compiling in console displays.",
308
+ "type": "boolean"
309
+ },
310
"noInfo": {
311
"description": "Hide all info messages on console.",
312
"type": "boolean"
test/Validation.test.js
@@ -51,7 +51,7 @@ describe('Validation', () => {
51
' object { hot?, hotOnly?, lazy?, bonjour?, host?, allowedHosts?, filename?, publicPath?, port?, socket?, ' +
52
'watchOptions?, headers?, clientLogLevel?, overlay?, progress?, key?, cert?, ca?, pfx?, pfxPassphrase?, requestCert?, ' +
53
'inline?, disableHostCheck?, public?, https?, contentBase?, watchContentBase?, open?, useLocalIp?, openPage?, features?, ' +
54
- 'compress?, proxy?, historyApiFallback?, staticOptions?, setup?, before?, after?, stats?, reporter?, ' +
+ 'compress?, proxy?, historyApiFallback?, staticOptions?, setup?, before?, after?, stats?, reporter?, reportTime?, ' +
55
'noInfo?, quiet?, serverSideRender?, index?, log?, warn? }'
56
]
57
}];
0 commit comments