Skip to content

Commit

Permalink
docs(serve): update docs to use webpack-dev-server
Browse files Browse the repository at this point in the history
update docs to use webpack-dev-server

ISSUES CLOSED: #846
  • Loading branch information
anshumanv committed Apr 21, 2019
1 parent 06b4929 commit f7451d4
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 to serve your webpack app and provide live reloading.

## Installation

Expand Down

0 comments on commit f7451d4

Please sign in to comment.