You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use laravel mix to build our javascript, which is odd since this isn't a laravel project - and even laravel is using vite now so it's time for us to make the switch
the important thing that mix does is bundle our javascript into a single, predictable url at /public/app.js. we also need to confirm that the minified size is roughly the same: ~1.4m
we use laravel mix to build our javascript, which is odd since this isn't a laravel project - and even laravel is using vite now so it's time for us to make the switch
the important thing that mix does is bundle our javascript into a single, predictable url at
/public/app.js
. we also need to confirm that the minified size is roughly the same: ~1.4mthen update the steps for contributing in readme
The text was updated successfully, but these errors were encountered: