cra-to-vite icon indicating copy to clipboard operation
cra-to-vite copied to clipboard

Results 5 cra-to-vite issues
Sort by recently updated
recently updated
newest added

Hi, first of all, this script/tool is awesome. I really appreciate what you've done. Unfortunately, I faced some issues as described below ![Screenshot from 2023-03-12 16-56-52](https://user-images.githubusercontent.com/64878541/224540091-12590b56-4781-4c19-a78c-cad2d986143b.png) So any idea what...

Thanks for this tool, but there is one issue. It creates vite.config.js with deprecated plugin` vite-react-jsx`, it needs to be replaced with `@vitejs/plugin-react `instead. because it causes some hot module...

seems to be working, I tested also on react 16.14, didnt see any problems closes #2

First of all great work on this plugin. This is one of the problems I faced too while converting an existing app to vite, so thank you so much for...

Hi, the cli tool will crash if you've already started the process of migration yourself like moving index.html down. It will also overwrite your vite.config.js without warning if it already...