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/api/node.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -148,11 +148,12 @@ The `stats` object that is passed as a second argument of the [`webpack()`](#web
148
148
* Errors and Warnings (if any)
149
149
* Timings
150
150
* Module and Chunk information
151
-
* and much more...
152
151
153
152
The [webpack CLI](/api/cli) uses this information to display a nicely formatted output in your console.
154
153
155
-
This object exposes these methods:
154
+
T> When using the [`MultiCompiler`](/api/plugins/compiler#multicompiler), a `MultiStats` instance is returned that fulfills the same interface as `stats`, i.e. the methods described below.
155
+
156
+
This `stats` object exposes the following methods:
0 commit comments