From 2f561fa665a56e406465e8db1aaddf696b5faddf Mon Sep 17 00:00:00 2001 From: Legends Date: Sun, 18 Feb 2018 18:31:02 +0100 Subject: [PATCH] Update cli.md Added parameter `--display-error-details` to section Debug Options: `--display-error-details Display details about errors boolean false` It is mentioned already in the "Stats Options", but deserves to be in under debug options, very useful parameter. --- src/content/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/api/cli.md b/src/content/api/cli.md index cbd20215bd7f..8ccaa38bc90f 100644 --- a/src/content/api/cli.md +++ b/src/content/api/cli.md @@ -202,7 +202,7 @@ Parameter | Explanation | Input type | D `--debug` | Switch loaders to debug mode | boolean | false `--devtool` | Define [source map type](/configuration/devtool/) for the bundled resources | string | - `--progress` | Print compilation progress in percentage | boolean | false - +`--display-error-details` | Display details about errors | boolean | false ### Module Options