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.
1 parent 5a39c70 commit bc375cdCopy full SHA for bc375cd
README.md
@@ -55,6 +55,12 @@ or
55
pnpm add -D webpack-dev-server
56
```
57
58
+or
59
+
60
+```console
61
+bun add -D webpack-dev-server
62
+```
63
64
_Note: While you can install and run webpack-dev-server globally, we recommend
65
installing it locally. webpack-dev-server will always use a local installation
66
over a global one._
@@ -72,6 +78,12 @@ The easiest way to use it is with the [webpack CLI](https://webpack.js.org/api/c
72
78
npx webpack serve
73
79
74
80
81
82
83
84
+bunx webpack serve
85
86
75
87
Following options are available with `webpack serve`:
76
88
77
89
0 commit comments