enuchi / React-Google-Apps-Script

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Workspace Marketplace.
MIT License
1.32k stars 171 forks source link

Can we migrate to vite? #203

Open KrishnaK-Z opened 11 months ago

KrishnaK-Z commented 11 months ago

Can we migrate from webpack to vite. In the current setup, whenever there is a state change, the webpack either doesn't reflect the code changes or enters in the infinite loop of build cycle.

kapiljhajhria commented 11 months ago

I experience the same issue

enuchi commented 5 months ago

Yes, am in the process of updating this project to use vite. Will update here once complete.

samturner3 commented 4 months ago

Yes, am in the process of updating this project to use vite. Will update here once complete.

I checked out your branch feature/migrate-to-vite and works for me AFAIK, how close to release it this? I am starting a new project was thinking to wait or use that feature branch as base before I get too far into project in current state on webpack?

enuchi commented 4 months ago

I think you can use that branch for your new project. Mostly I need to update the README and some minor configurations, so you should be good to go.