hellomuthu23 / planning-poker

Free Planning Poker app for Agile/Scrum teams to use
https://planning-poker-agile.web.app/
MIT License
177 stars 83 forks source link

Migrating to Rsbuild #105

Open L4Ph opened 5 days ago

L4Ph commented 5 days ago

I use this tool on a regular basis and it's very helpful.

The following pull request is in progress to migrate to Vite, but it seems to have been left unmerged.

Therefore, taking into account the migration costs, the lack of changes, and stability, I think it would be a good idea to migrate to Rsbuild.

If there are no problems, I would like to start this work. What do you think?

@hellomuthu23

https://rsbuild.dev/guide/migration/cra https://github.com/hellomuthu23/planning-poker/pull/65

hellomuthu23 commented 4 days ago

Yes, Vite migration has been put on hold. Feel free to go for esbuild!

L4Ph commented 4 days ago

No, not esbuild.

This is a build tool called Rsbuild, which is based on Rspack. Since it is highly compatible with Webpack (CRA), I will try it out for now.

https://rspack.dev/