Skip to content

Commit

Permalink
docs(config) document devServer sockPort option (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneHlushko committed May 24, 2019
1 parent 4874375 commit 3b7abab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/content/configuration/dev-server.md
Expand Up @@ -1229,6 +1229,23 @@ module.exports = {
};
```

## `devServer.sockPort`

`number` `string`

Tells `devServer` to use provided socket port.

__webpack.config.js__

```javascript
module.exports = {
//...
devServer: {
sockPort: 8080
}
};
```


## `devServer.staticOptions`

Expand Down

0 comments on commit 3b7abab

Please sign in to comment.