Skip to content

v2.0.0-py

Compare
Choose a tag to compare
@protibimbok protibimbok released this 26 Nov 06:52
· 62 commits to master since this release
e3e9eec

What's Changed

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