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

[Q] Any breaking change while migrating from V2 webpack to V3 vite? #223

Open Raj00377 opened 3 months ago

enuchi commented 3 months ago

If you want to migrate existing projects I recommend you stay with a fresh clone and copy your existing react app code and server code into the fresh clone, rather than trying to update your old repo.

There are lots of tiny updates so it would be easier to migrate like that.

Note as mentioned in another issue, custom function autocomplete is not yet supported.

Open an issue if something is not working.

Raj00377 commented 3 months ago

Sure, Thanks.