Skip to content

Commit f7645f6

Browse files
author
evilebottnawi
committed
feat: reportTime option
1 parent 8a11122 commit f7645f6

File tree

3 files changed

+1485
-1884
lines changed

3 files changed

+1485
-1884
lines changed

lib/optionsSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@
303303
"description": "Customize what the console displays when compiling.",
304304
"instanceof": "Function"
305305
},
306+
"reportTime": {
307+
"description": "Report time before and after compiling in console displays.",
308+
"type": "boolean"
309+
},
306310
"noInfo": {
307311
"description": "Hide all info messages on console.",
308312
"type": "boolean"

0 commit comments

Comments
 (0)