Skip to content

Commit 30ad870

Browse files
committed
fix: chunk importers id
1 parent 958c233 commit 30ad870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/app/components/data/ChunkDetails.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const importers = computed((): RolldownChunkImport[] => {
6565
6666
return {
6767
...importChunk,
68+
chunk_id: chunk.chunk_id,
6869
name: chunk.name || '[unnamed]',
6970
reason: chunk.reason || 'common',
7071
imports: chunk.imports.length || 0,

0 commit comments

Comments
 (0)