diff --git a/src/content/configuration/dev-server.md b/src/content/configuration/dev-server.md index 10fed8f59a1b..72a1a03efa1a 100644 --- a/src/content/configuration/dev-server.md +++ b/src/content/configuration/dev-server.md @@ -377,7 +377,7 @@ Usage via the CLI webpack-dev-server --inline=false ``` -T> Inline mode is recommended when using Hot Module Replacement. +T> Inline mode is recommended for Hot Module Replacement as it includes an HMR trigger from the websocket. Polling mode can be used as an alternative, but requires an additional entry point, `'webpack/hot/poll?1000'`. ## `devServer.lazy` 🔑