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

feat: extend manifest.json to include a cssIntegrity field #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

felixcicatt
Copy link

Hi, thanks a lot for your work on this plugin!

With Vite 5, css files that are imported from js no longer get a seperate entry in the manifest. They only get an entry in the css array field within the entry for the js file that imports them. I propose extending manifest.json with a cssIntegrity field, containing the respective hashes for css imports in the same order as the imports themselves.

@fxnm
Copy link

fxnm commented Sep 21, 2024

@ElMassimo
Will this feature be added?

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.

2 participants