Skip to content

Commit

Permalink
docs(hmr): not wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnysprinkles committed May 28, 2021
1 parent 9c765d8 commit 3efde01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,7 @@ export default async ({ command, mode }) => {

Set `server.hmr.overlay` to `false` to disable the server error overlay.

`clientPort` is an advanced option that overrides the port only on the client
side, allowing you to serve the websocket on a different port than the client
code looks for it on. Useful if you're using an SSL proxy in front of your dev
server.
`clientPort` is an advanced option that overrides the port only on the client side, allowing you to serve the websocket on a different port than the client code looks for it on. Useful if you're using an SSL proxy in front of your dev server.

### server.watch

Expand Down

0 comments on commit 3efde01

Please sign in to comment.