vite-plugin-federation icon indicating copy to clipboard operation
vite-plugin-federation copied to clipboard

Is this project abandonned

Open coolcorexix opened this issue 1 year ago • 14 comments
trafficstars

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

coolcorexix avatar Apr 22 '24 23:04 coolcorexix

pretty much xD, watch out for Rspack with Module federation v2

AsuraKev avatar Apr 29 '24 09:04 AsuraKev

If this project is abandoned, then Vite is abandoned too for everyone relying on module federation 😢 Do we have any alternative with Vite?

pedrojfds avatar May 08 '24 11:05 pedrojfds

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").

meduzen-immoweb avatar May 08 '24 12:05 meduzen-immoweb

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. ☹️

pedrojfds avatar May 09 '24 08:05 pedrojfds

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: @.***>

AsuraKev avatar May 09 '24 08:05 AsuraKev

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?

Read: Whats different with originjs/vite-plugin-federation

0x0dr1y avatar May 16 '24 14:05 0x0dr1y

Unfortunately https://github.com/module-federation/vite last commit was 7 months ago ):

paulo9mv avatar May 16 '24 18:05 paulo9mv

The author does not answer and the plugin breaks with many libraries, for example react flow or react signalr

OscarLijoBusto avatar May 23 '24 17:05 OscarLijoBusto

Hi guys ! may i know what are the alternatives i can use for vite then ? Any advice or recommendations would be appreciated!

cheesypeperoni avatar Jun 10 '24 13:06 cheesypeperoni

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

paulo9mv avatar Jun 11 '24 13:06 paulo9mv

Hey @paulo9mv , Thanks alot for replying! Alright i guess ill just have to wait then xD , Thanks!

cheesypeperoni avatar Jun 18 '24 07:06 cheesypeperoni

I am re-implementing it, see https://github.com/module-federation/vite/issues/4

zhangHongEn avatar Jul 20 '24 02:07 zhangHongEn

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.

gioboa avatar Oct 06 '24 16:10 gioboa

Perhaps worth mentioning the Module Federation 2.0 (or "enhanced"?) https://module-federation.io/blog/announcement.html

Which also comes with a Vite plugin. https://module-federation.io/guide/basic/vite.html

Update: I guess thats what the previous comment was touching on as well, so never mind :)

einarq avatar Feb 25 '25 11:02 einarq