We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2c758 commit a6605a6Copy full SHA for a6605a6
app/composables/bundler.ts
@@ -100,8 +100,8 @@ export async function build(
100
if (!moduleMap.has(moduleId)) {
101
moduleMap.set(moduleId, {
102
id: moduleId,
103
- // Note: Rolldown's current output doesn't expose per-module import/importer relationships
104
- // These would need to be populated from the module graph API if/when available
+ // TODO: Populate import/importer relationships when Rolldown exposes module graph API
+ // Currently, Rolldown's browser output doesn't provide per-module import relationships
105
imports: [],
106
dynamicImports: [],
107
importers: [],
0 commit comments