From 2d874d8b5fbe9b22b53ae5fb7c36e772d139607d Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Mon, 24 Aug 2020 16:10:45 +0530 Subject: [PATCH] chore: update desc --- packages/webpack-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-cli/README.md b/packages/webpack-cli/README.md index 93230905132..d15a9cb9f54 100644 --- a/packages/webpack-cli/README.md +++ b/packages/webpack-cli/README.md @@ -37,7 +37,7 @@ yarn add webpack-cli --dev ``` --entry string[] The entry point(s) of your application. - -c, --config string[] Provide path to a webpack configuration file + -c, --config string[] Provide path to a webpack configuration file(s) --config-name string[] Name of the configuration to use -m, --merge string Merge a configuration file using webpack-merge --progress Print compilation progress during build