From acfbec300c9b671e63e23c12efa83f1c9627a098 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 20 Jun 2017 08:49:23 +0200 Subject: [PATCH] docs(hmr): add requestTimeout option --- content/plugins/hot-module-replacement-plugin.md | 1 + 1 file changed, 1 insertion(+) 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.