From d2d384d64ed31d05918b33233d9e221d437b04b2 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 13 Feb 2022 08:14:12 +0530 Subject: [PATCH] docs(api): update description for `WEBPACK_SERVE` env variable --- src/content/api/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/api/cli.mdx b/src/content/api/cli.mdx index 9baacade9df6..9e372b800312 100644 --- a/src/content/api/cli.mdx +++ b/src/content/api/cli.mdx @@ -580,7 +580,7 @@ In addition to the customized `env` showed above, there are some built-in ones u | Environment Variable | Description | | -------------------- | -------------------------------------------- | -| `WEBPACK_SERVE` | `true` if `serve\|s` is being used. | +| `WEBPACK_SERVE` | `true` if `serve\|server\|s` is being used. | | `WEBPACK_BUILD` | `true` if `build\|bundle\|b` is being used. | | `WEBPACK_WATCH` | `true` if `--watch\|watch\|w` is being used. |