Skip to content

Commit

Permalink
docs(configuration): add warning for liveReload (#4879)
Browse files Browse the repository at this point in the history
* docs(configuration): add warning for `liveReload`

* docs: update
  • Loading branch information
snitin315 committed Apr 18, 2021
1 parent 459df43 commit d59e16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/configuration/dev-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ npx webpack serve --liveReload

Notice that there's no way to disable it from CLI.

W> Live reloading works only with web related [targets](/configuration/target/#string) like `web`, `webworker`, `electron-renderer` and `node-webkit`.

## `devServer.mimeTypes` 🔑

`object`
Expand Down

1 comment on commit d59e16f

@vercel
Copy link

@vercel vercel bot commented on d59e16f Apr 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.