Skip to content

Commit

Permalink
feat: reportTime option
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Nov 30, 2017
1 parent 8a11122 commit f7645f6
Show file tree
Hide file tree
Showing 3 changed files with 1,485 additions and 1,884 deletions.
4 changes: 4 additions & 0 deletions lib/optionsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@
"description": "Customize what the console displays when compiling.",
"instanceof": "Function"
},
"reportTime": {
"description": "Report time before and after compiling in console displays.",
"type": "boolean"
},
"noInfo": {
"description": "Hide all info messages on console.",
"type": "boolean"
Expand Down

0 comments on commit f7645f6

Please sign in to comment.