We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b4929 commit f7451d4Copy full SHA for f7451d4
bin/config/optionsSchema.json
@@ -1680,7 +1680,7 @@
1680
]
1681
},
1682
"serve": {
1683
- "description": "Options for webpack-serve",
+ "description": "Options for webpack-dev-server",
1684
"type": "object"
1685
1686
"stats": {
packages/serve/README.md
@@ -4,7 +4,7 @@
4
5
## Description
6
7
-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.
8
9
## Installation
10
0 commit comments