diff --git a/src/content/configuration/stats.md b/src/content/configuration/stats.md index 750cbe941ffd..00911b881ced 100644 --- a/src/content/configuration/stats.md +++ b/src/content/configuration/stats.md @@ -694,6 +694,21 @@ module.exports = { }; ``` +### `stats.relatedAssets` + +`boolean = false` + +Tells `stats` whether to add information about assets that are related to other assets (like SourceMaps for assets). + +```javascript +module.exports = { + //... + stats: { + relatedAssets: true + } +}; +``` + ### `stats.source` `boolean = false`