Skip to content

Commit f7451d4

Browse files
committed
docs(serve): update docs to use webpack-dev-server
update docs to use webpack-dev-server ISSUES CLOSED: #846
1 parent 06b4929 commit f7451d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/config/optionsSchema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@
16801680
]
16811681
},
16821682
"serve": {
1683-
"description": "Options for webpack-serve",
1683+
"description": "Options for webpack-dev-server",
16841684
"type": "object"
16851685
},
16861686
"stats": {

packages/serve/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Description
66

7-
This package contains the logic to run webpack-serve without using webpack-serve directly.
7+
This package contains the logic to run webpack-dev-server to serve your webpack app and provide live reloading.
88

99
## Installation
1010

0 commit comments

Comments
 (0)