labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Proposal: migrate from wepback to vite #59

Closed lucianoratamero closed 2 years ago

lucianoratamero commented 2 years ago

Vite is the next generation of tooling for modern frontend applications. It's faster than webpack, has less dependencies, and is easier to configure/maintain.

I'll create a proposal branch for the migration. (We would need to change the name of the project, though :laughing: )