Skip to content

Commit 216bfa3

Browse files
committed
dev server config - socket
1 parent e31e39b commit 216bfa3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/configuration/dev-server.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,21 @@ setup(app){
621621
}
622622
```
623623

624+
## `devServer.socket`
625+
626+
`string`
627+
628+
The Unix socket to listen to (instead of a host).
629+
630+
```js
631+
socket: 'socket'
632+
```
633+
634+
Usage via the CLI
635+
```
636+
webpack-dev-server --socket socket
637+
```
638+
624639

625640
## `devServer.staticOptions`
626641

0 commit comments

Comments
 (0)