Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{_.map(dependenciesNotEs6, dep => (
{dep.name} {formatBytes(dep.size)}
))}
.{' '}
<p></p>
{_.map(entrypointAssetSizes, e => (
))}
<table>
<tbody><tr>
<td>
<code>{e.name}</code>
</td>
<td>{e.size}</td>
</tr><tr>
<td>Total</td>
<td>
{formatBytes(entrypointAssetSizeTotal)}
</td>
</tr>
</tbody>
</table>
)
}