You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addresses MrBin99#114.
It also ensures that the whitenoise immutable file test also uses the default immutable file test.
`WHITENOISE_IMMUTABLE_FILE_TEST` is intended for usage when you're not using Django’s `ManifestStaticFilesStorage`. Just because we're using `django-vite` doesn't mean that we're not using `ManifestStaticFilesStorage`, so I **think**(?) we also need the default check.
Vite 5 came with Rollup 4 which introduced new hash syntax (hex => base64). I think this should be noted in README.md:
django-vite/README.md
Line 377 in 66fce41
New regex proposal:
^.+[\.-][0-9a-zA-Z_-]{8,12}\..+$
rollup/rollup#5155
rollup/rollup#4803
The text was updated successfully, but these errors were encountered: