Skip to content

Commit e7196bd

Browse files
jlguenegomontogeek
authored andcommitted
docs(configuration): Added webpack-dev-middleware options note (#2373)
* webpack-dev-middleware options * Update stats.md
1 parent 4119e5d commit e7196bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/configuration/stats.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The `stats` option lets you precisely control what bundle information gets displ
1818

1919
T> For webpack-dev-server, this property needs to be in the `devServer` object.
2020

21+
T> For webpack-dev-middleware, this property needs to be in the webpack-dev-middleware's `options` object.
22+
2123
W> This option does not have any effect when using the Node.js API.
2224

2325
## `stats`

0 commit comments

Comments
 (0)