We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958c233 commit 30ad870Copy full SHA for 30ad870
packages/vite/src/app/components/data/ChunkDetails.vue
@@ -65,6 +65,7 @@ const importers = computed((): RolldownChunkImport[] => {
65
66
return {
67
...importChunk,
68
+ chunk_id: chunk.chunk_id,
69
name: chunk.name || '[unnamed]',
70
reason: chunk.reason || 'common',
71
imports: chunk.imports.length || 0,
0 commit comments