Open coolcorexix opened 7 months ago
pretty much xD, watch out for Rspack with Module federation v2
If this project is abandoned, then Vite is abandoned too for everyone relying on module federation 😢 Do we have any alternative with Vite?
Vite will very likely solve Module federation using Rolldown, a Rust port of Rollup.
Rolldown team is assembled By Evan You, who is the creator of Vite. You can find info about it looking somewhere-I-don’t-remember. 😅
Edit: Rolldown roadmap, and video where Rolldown is mentioned and explained (starts at 34'36").
I received this feedback from the vite team ☹️
"Module federation is something we had discussed often, but no one on the team is familiar and uses it, hence it's not something we will implement. I'd suggest creating a new plugin if the existing one is unmaintained."
https://github.com/vitejs/vite/issues/16635
Unfortunately, there doesn't seem to be much hope for developments in this area. I suppose we need to consider transitioning from Vite to RsBuild. ☹️
Look out for Rspack
On Thu, 9 May 2024 at 8:56 PM, Pedro Fortes da Silva < @.***> wrote:
I received this feedback from the vite team ☹️
"Module federation is something we had discussed often, but no one on the team is familiar and uses it, hence it's not something we will implement. I'd suggest creating a new plugin if the existing one is unmaintained."
vitejs/vite#16635 https://github.com/vitejs/vite/issues/16635
Unfortunately, there doesn't seem to be much hope for developments in this area. I suppose we need to consider transitioning from Vite to RsBuild. ☹️
— Reply to this email directly, view it on GitHub https://github.com/originjs/vite-plugin-federation/issues/597#issuecomment-2102245400, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMSSHBDSF4NNYFEG4LXSB5DZBM23JAVCNFSM6AAAAABGTV7ZY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSGI2DKNBQGA . You are receiving this because you commented.Message ID: @.***>
I don't think it's abandoned but the communication and support in here became very sad. Maybe it's time to checkout https://github.com/module-federation/vite. As part of a bigger org there might be better support around it?
Unfortunately https://github.com/module-federation/vite last commit was 7 months ago ):
The author does not answer and the plugin breaks with many libraries, for example react flow or react signalr
Hi guys ! may i know what are the alternatives i can use for vite then ? Any advice or recommendations would be appreciated!
Hi guys ! may i know what are the alternatives i can use for vite then ? Any advice or recommendations would be appreciated!
@cheesypeperoni my suggestion is to wait for rolldown to be added to vite core, since it will have module federation by default. Check: https://github.com/rolldown/rolldown/discussions/153
If you are looking for a long term solution, this seems the best shot
Hey @paulo9mv , Thanks alot for replying! Alright i guess ill just have to wait then xD , Thanks!
I am re-implementing it, see https://github.com/module-federation/vite/issues/4
Unfortunately https://github.com/module-federation/vite last commit was 7 months ago ):
You are right, I didn't commit on the repo for a while.
Now @zhangHongEn did the heavy lifting and created the new version of module-federation/vite In this new version we are using the official module federation v2 under the hood so this is the real alternative.
Can any maintainer show up and let us know if you guys are still active? there are a lot of critical issues which is left unresolved for a long long time.
for example: https://github.com/originjs/vite-plugin-federation/issues/242#issuecomment-2068795681