From 9a007797c6c210e450421906cc6145922f366f68 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 15 Apr 2021 17:19:27 +0530 Subject: [PATCH] fix: help --- packages/webpack-cli/lib/webpack-cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-cli/lib/webpack-cli.js b/packages/webpack-cli/lib/webpack-cli.js index c31e7ae5d7b..c5ba9ff9e15 100644 --- a/packages/webpack-cli/lib/webpack-cli.js +++ b/packages/webpack-cli/lib/webpack-cli.js @@ -644,7 +644,7 @@ class WebpackCLI { const externalBuiltInCommandsInfo = [ { name: 'serve [entries...]', - alias: 's', + alias: ['server', 's'], pkg: '@webpack-cli/serve', }, {