Skip to content

Commit a4ed8a1

Browse files
author
jack
committed
Update README.md
1 parent b0c55ba commit a4ed8a1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,24 @@ module.exports = {
144144
};
145145
```
146146

147+
### Stats
148+
149+
By default, the plugin will print a quite verbose bundle information to your console. However, if
150+
you are not satisfy with the current output info, you can overwrite it in your `webpack.config.js`
151+
152+
```js
153+
// webpack.config.js
154+
155+
module.export = {
156+
// ...
157+
stats: 'minimal'
158+
// ...
159+
}
160+
```
161+
162+
All the stats config can be found in [webpack's documentation](https://webpack.js.org/configuration/stats/)
163+
164+
147165
### Node modules / externals
148166

149167
By default, the plugin will try to bundle all dependencies. However, you don't

0 commit comments

Comments
 (0)