Relative Content

Tag Archive for djangovitebundlerdjango-cms

Django CMS with Vite bundler instead of Webpack

I am the maintainer of a Django (with Django CMS) project, and I use Webpack to bundle all static files and templates into a dist folder.
I am trying to migrate to Vite, as I read that it offers better performance than Webpack and requires fewer components to work.