Skip to content

Commit

Permalink
Merge pull request #847 from anshumanv/846
Browse files Browse the repository at this point in the history
docs(serve): update docs to use webpack-dev-server
  • Loading branch information
evenstensberg committed Apr 21, 2019
2 parents da9e732 + cb68b1b commit f371e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/config/optionsSchema.json
Expand Up @@ -1680,7 +1680,7 @@
]
},
"serve": {
"description": "Options for webpack-serve",
"description": "Options for webpack-dev-server",
"type": "object"
},
"stats": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serve/README.md
Expand Up @@ -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](https://github.com/webpack/webpack-dev-server) to serve your webpack app and provide live reloading.

## Installation

Expand Down

0 comments on commit f371e72

Please sign in to comment.