mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 18:54:28 +00:00
`assetsByChunkName` is an object keyed by chunk name with a value of either a single asset (string) or array of assets. See implementation here: https://github.com/webpack/webpack/blob/v4.41.5/lib/Stats.js#L441-L447