We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, JXL images cannot automatically be imported as static assets the same way images like JPGs and AVIFs can. You have to manually add this.
Add JXL support here: https://github.com/vitejs/vite/blob/d6e6194706f0e3a889caa9303de2293cc0f131b2/packages/vite/src/node/constants.ts#L121..L135
No response
The text was updated successfully, but these errors were encountered:
Please hand it over to me
Sorry, something went wrong.
.jxl
Successfully merging a pull request may close this issue.
Description
Currently, JXL images cannot automatically be imported as static assets the same way images like JPGs and AVIFs can. You have to manually add this.
Suggested solution
Add JXL support here:
https://github.com/vitejs/vite/blob/d6e6194706f0e3a889caa9303de2293cc0f131b2/packages/vite/src/node/constants.ts#L121..L135
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: