v2.0.0-py
What's Changed
- Add support for vite v5 by @protibimbok in #45
Upgrade guide
If you are using vite 4 then add an option in the DJANGO_VITE_PLUGIN
section of settings.py
:
DJANGO_VITE_PLUGIN = {
...
MANIFEST: '<YOUR_BUILD_PATH>/manifest.json',
...
}
Full Changelog: v1.3.4-py...v2.0.0-py