Skip to content

Commit 7b9c80f

Browse files
authored
docs(configuration): update watchOptions.aggregateTimeout default value (#5985)
1 parent 18e03e3 commit 7b9c80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/watch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252

5353
### watchOptions.aggregateTimeout
5454

55-
`number = 200`
55+
`number = 20`
5656

5757
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:
5858

0 commit comments

Comments
 (0)