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
Manifest.json is not including Webfonts anymore.
Previously it was including correctly (sorry, don't remember the exact version, I think around beta 50)
We can reproduce with a new Vite project, 2.0.0-beta.60
Add any webfont as this example here:
The webfont works perfectly on dev and build. And it does get created correctly in the dist/assets:
BUT manifest.json is missing the webfont, making impossible to add a preload on HTML page:
vite
The text was updated successfully, but these errors were encountered:
34894a2
No branches or pull requests
Describe the bug
Manifest.json is not including Webfonts anymore.
Previously it was including correctly (sorry, don't remember the exact version, I think around beta 50)
Reproduction
We can reproduce with a new Vite project, 2.0.0-beta.60
Add any webfont as this example here:
The webfont works perfectly on dev and build. And it does get created correctly in the dist/assets:
BUT manifest.json is missing the webfont, making impossible to add a preload on HTML page:
System Info
vite
version: 2.0.0-beta.60The text was updated successfully, but these errors were encountered: