You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/configuration/stats.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,24 @@
2
2
title: 统计
3
3
contributors:
4
4
- SpaceK33z
5
+
- viko16
5
6
---
6
7
7
-
The `stats`option lets you precisely control what bundle information gets displayed. This can be a nice middle ground if you don't want to use `quiet`or`noInfo`because you want some bundle information, but not all of it.
Copy file name to clipboardExpand all lines: content/configuration/watch.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,28 @@ contributors:
4
4
- sokra
5
5
- skipjack
6
6
- SpaceK33z
7
+
- viko16
7
8
---
8
9
9
-
Webpack can watch files and recompile whenever they change. This page explains how to enable this and a couple of tweaks you can make if watching does not properly for you.
Turn on watch mode. This means that after the initial build, webpack will continue to watch for changes in any of the resolved files. Watch mode is turned off by default:
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:
0 commit comments