diff --git a/content/plugins/hot-module-replacement-plugin.md b/content/plugins/hot-module-replacement-plugin.md index 8a9fabeca08a..e5db4dc033c3 100644 --- a/content/plugins/hot-module-replacement-plugin.md +++ b/content/plugins/hot-module-replacement-plugin.md @@ -31,5 +31,6 @@ The following options are accepted: - `multiStep` (boolean): If `true`, the plugin will build in two steps -- first compiling the hot update chunks, and then the remaining normal assets. - `fullBuildTimeout` (number): The delay between the two steps when `multiStep` is enabled. +- `requestTimeout` (number): The timeout used for manifest download (since webpack 3.0.0) W> These options are experimental and may be deprecated. As mentioned above, they are typically not necessary and including a `new webpack.HotModuleReplacementPlugin()` is enough.