gjoseph / Tichu

1 stars 1 forks source link

switch to vite, ditch cra #574

Open gjoseph opened 2 years ago

gjoseph commented 2 years ago

mostly encouraged by https://github.com/dilanx/craco/issues/426

see https://github.com/vitejs/vite/discussions/5589 https://www.darraghoriordan.com/2021/05/16/migrating-from-create-react-app-to-vite/ and others...

vish30 commented 2 years ago

Cannot use Vite as Rollup doesn't support module federation yet. Webpack is the goto option right now. IMO, it is very early to ditch CRA (Webpack).