pedr0fontoura / fivem-appearance

👀 A flexible player customization script for FiveM.
https://forum.cfx.re/t/release-fivem-appearance/2438537
MIT License
120 stars 72 forks source link

refactor: changed webpack & CRA to esbuild & Vite #41

Closed franfdezmorales closed 2 years ago

franfdezmorales commented 2 years ago

Use webpack was fine, currently, there are better options, i think esbuild is one of them. Webpack build took like 80/90 seconds, with esbuild less than 30s. With CRA happens the same, there are better options right now, like Vite, more configurable and ultra fast.

franfdezmorales commented 2 years ago

Hey @pedr0fontoura, could you take a look into this? :P I want to pr few things more. Really ty!