We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn
pnpm
1 parent c3b6690 commit 87401b4Copy full SHA for 87401b4
1 file changed
README.md
@@ -42,6 +42,18 @@ First things first, install the module:
42
npm install webpack-dev-server --save-dev
43
```
44
45
+or
46
+
47
+```console
48
+yarn add -D webpack-dev-server
49
+```
50
51
52
53
54
+pnpm add -D webpack-dev-server
55
56
57
_Note: While you can install and run webpack-dev-server globally, we recommend
58
installing it locally. webpack-dev-server will always use a local installation
59
over a global one._
0 commit comments