Skip to content

fix: ensure imported CSS is resolved recursively (close #600)#601

Merged
ElMassimo merged 4 commits intomainfrom
fix/recursive-deps
Mar 30, 2026
Merged

fix: ensure imported CSS is resolved recursively (close #600)#601
ElMassimo merged 4 commits intomainfrom
fix/recursive-deps

Conversation

@ElMassimo
Copy link
Copy Markdown
Owner

Description 📖

This pull request fixes an issue related to how nested CSS dependencies are resolved in the manifest, as reported in:

Background 📜

Although it's not clear whether this issue is possible with rollup or rolldown prior to 8.0.2, the current behavior requires recursively resolving imports for each chunk.

The Fix 🔨

Traveling the entire graph, ensuring we render all CSS dependencies.

@ElMassimo ElMassimo merged commit de4f4a0 into main Mar 30, 2026
30 checks passed
@ElMassimo ElMassimo deleted the fix/recursive-deps branch March 30, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant