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
Hi!
With Vite v5, the manifest file is saved to <dist_folder>/.vite/manifest.json (source) whereas it was to <dist_folder>/manifest.json before (source).
<dist_folder>/.vite/manifest.json
<dist_folder>/manifest.json
manage.py collectstatic ignores hidden files and folders by default (source).
manage.py collectstatic
I guess it should at least be documented here and maybe patched in some way (I have no proposal for now).
One way to fix that is to override the Vite conf:
{ build: { manifest: 'manifest.json', } }
Thanks!
The text was updated successfully, but these errors were encountered:
It is in the ViteJS section fo the README
Sorry, something went wrong.
No branches or pull requests
Hi!
With Vite v5, the manifest file is saved to
<dist_folder>/.vite/manifest.json
(source) whereas it was to<dist_folder>/manifest.json
before (source).manage.py collectstatic
ignores hidden files and folders by default (source).I guess it should at least be documented here and maybe patched in some way (I have no proposal for now).
One way to fix that is to override the Vite conf:
Thanks!
The text was updated successfully, but these errors were encountered: