From ae03f62fde41be683b783d585821f93d6d9ad654 Mon Sep 17 00:00:00 2001 From: Ivan Kopeykin Date: Wed, 23 Feb 2022 17:21:06 +0300 Subject: [PATCH] Update watch.mdx --- src/content/configuration/watch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/watch.mdx b/src/content/configuration/watch.mdx index a0d67a867c8f..1ce35c77ae4b 100644 --- a/src/content/configuration/watch.mdx +++ b/src/content/configuration/watch.mdx @@ -52,7 +52,7 @@ module.exports = { ### watchOptions.aggregateTimeout -`number = 200` +`number = 20` Add a delay before rebuilding once the first file changed. This allows webpack to aggregate any other changes made during this time period into one rebuild. Pass a value in milliseconds: