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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Raj00377 opened this issue · comments

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.

Sure, Thanks.