mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 21:24:25 +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