Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/configuration/dev-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ module.exports = {

## devServer.open

`boolean` `string` `[string]` `object` `[object]`
`boolean` `string` `object` `[string, object]`

Tells dev-server to open the browser after server had been started. Set it to `true` to open your default browser.

Expand Down Expand Up @@ -1612,7 +1612,7 @@ module.exports = {

## devServer.static

`boolean` `string` `[string]` `object` `[object]`
`boolean` `string` `object` `[string, object]`

This option allows configuring options for serving static files from the directory (by default 'public' directory). To disable set it to `false`:

Expand Down Expand Up @@ -1882,7 +1882,7 @@ module.exports = {

## devServer.watchFiles

`string` `[string]` `object` `[object]`
`string` `object` `[string, object]`

This option allows you to configure a list of globs/directories/files to watch for file changes. For example:

Expand Down