biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Switch build process to Vite #515

Open mzur opened 1 year ago

mzur commented 1 year ago

Laravel now uses Vite by default which offers faster compile times and a dev server with hot module replacement. Also, it should be easier to use for new developers who are used to modern Laravel development. Check if Vite can support a plugin like laravel-mix-artisan-publish that we use for module development.

mzur commented 1 year ago

Here is a migration guide.

mzur commented 1 year ago

Vite must then be used in build.dockerfile of biigle/biigle, too, as assets are built there for production now.