Skip to content

Commit cce100b

Browse files
authored
fix: document related assets (#3895)
1 parent a0eab0f commit cce100b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/content/configuration/stats.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,21 @@ module.exports = {
694694
};
695695
```
696696

697+
### `stats.relatedAssets`
698+
699+
`boolean = false`
700+
701+
Tells `stats` whether to add information about assets that are related to other assets (like SourceMaps for assets).
702+
703+
```javascript
704+
module.exports = {
705+
//...
706+
stats: {
707+
relatedAssets: true
708+
}
709+
};
710+
```
711+
697712
### `stats.source`
698713

699714
`boolean = false`

0 commit comments

Comments
 (0)