diff --git a/bin/config/optionsSchema.json b/bin/config/optionsSchema.json index aa272397d03..8e95e1b7926 100644 --- a/bin/config/optionsSchema.json +++ b/bin/config/optionsSchema.json @@ -1680,7 +1680,7 @@ ] }, "serve": { - "description": "Options for webpack-serve", + "description": "Options for webpack-dev-server", "type": "object" }, "stats": { diff --git a/packages/serve/README.md b/packages/serve/README.md index aab9613599c..a4f3c9a51f9 100644 --- a/packages/serve/README.md +++ b/packages/serve/README.md @@ -4,7 +4,7 @@ ## Description -This package contains the logic to run webpack-serve without using webpack-serve directly. +This package contains the logic to run webpack-dev-server to serve your webpack app and provide live reloading. ## Installation