Django Vite Versions Save

Integration of ViteJS in a Django project.

2.0.1

2 years ago
  • Add trailing '/' in DJANGO_VITE_STATIC_URL

2.0.0

2 years ago
  • Use pathlib.path to handle paths.
  • Remove async and defer as default attributes.
  • Add crossorigin default attribute.
  • Cusomize attributes using Python kwargs.

1.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MrBin99/django-vite/compare/1.3.0...1.4.0

1.3.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MrBin99/django-vite/compare/1.2.1...1.3.0

1.2.1

2 years ago

1.2

2 years ago

Add the support of @vitejs/plugin-legacy

1.1.1

2 years ago
  • Switch license from GPL to Apache 2.0

1.1.0

3 years ago
  • Generates all script tags as modules
  • Generate automatically all script tags dependants

1.0.3

3 years ago

1.0.1

3 years ago
  • Add a tag to generate only the URL of an asset.