Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(serve): update docs to use webpack-dev-server #847

Merged
merged 2 commits into from Apr 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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