Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(manifest): non entry CSS chunk src was wrong #18133

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Sep 18, 2024

Description

The document says:

For non entry chunks, the key is the base name of the generated file prefixed with _.

but this was not working for CSS chunks. This PR fixes that.

I used the same example project from #16620 to generate the manifest in the document.

@sapphi-red sapphi-red added the p2-edge-case Bug, but has workaround or limited in scope (priority) label Sep 18, 2024
Copy link

stackblitz bot commented Sep 18, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

bluwy
bluwy previously approved these changes Sep 18, 2024
@patak-dev patak-dev merged commit c148676 into vitejs:main Oct 25, 2024
14 checks passed
@sapphi-red sapphi-red deleted the fix/manifest-css-non-entry-chunk branch October 25, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-edge-case Bug, but has workaround or limited in scope (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants