Skip to content

Commit 2b518a6

Browse files
committed
Wrap chunk ids in table in correct syntax
1 parent e5e0f44 commit 2b518a6

File tree

2 files changed

+221
-221
lines changed

2 files changed

+221
-221
lines changed

lib/Stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ class Stats {
10851085
color: getAssetColor(asset, colors.normal)
10861086
},
10871087
{
1088-
value: asset.chunks.join(", "),
1088+
value: asset.chunks.map(c => `{${c}}`).join(", "),
10891089
color: colors.bold
10901090
},
10911091
{

0 commit comments

Comments
 (0)