Files
DefinitelyTyped/types/webpack
Andrew Hutchings a68259ee88 Update type for webpack's Stats.ToJsonOutput['assetsByChunkName'] (#42219)
`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
2020-02-09 07:04:57 +00:00
..