8000 chore: update readme to include install with bun · webpack/webpack-dev-server@bc375cd · GitHub
[go: up one dir, main page]

Skip to content

Commit bc375cd

Browse files
authored
chore: update readme to include install with b 8000 un
1 parent 5a39c70 commit bc375cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ or
5555
pnpm add -D webpack-dev-server
5656
```
5757

58+
or
59+
60+
```console
61+
bun add -D webpack-dev-server
62+
```
63+
5864
_Note: While you can install and run webpack-dev-server globally, we recommend
5965
installing it locally. webpack-dev-server will always use a local installation
6066
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
7278
npx webpack serve
7379
```
7480

81+
or
82+
83+
```console
84+
bunx webpack serve
85+
```
86+
7587
Following options are available with `webpack serve`:
7688

7789
```

0 commit comments

Comments
 (0)
0