zhn

Results 80 comments of zhn
trafficstars

Sorry, nuxt is not yet completed. This issue needs to be reopened ---- Replied Message ---- | From | Giorgio ***@***.***> | | Date | 09/15/2024 19:47 | | To...

> Also tried to get this working, but still not working. @zhangHongEn there is an `asyncentry` setting in nuxt you might find useful > > https://nuxt.com/docs/guide/going-further/experimental-features#asyncentry nuxt should wait for...

There are still some unresolved issues: https://github.com/nuxt/nuxt/issues/28911. The most important thing is that I really don’t have time recently. I will continue working on it when I have some free...

esmodule does not need to override webpackChunkLoad

But the full support of node has not yet been completed

You can run it in node, including overriding webpackChunkLoad. I haven't studied whether it will cause memory leaks.

Once this PR is merged it will work on node, but I haven't verified stability yet. Not in full state yet. https://github.com/module-federation/core/pull/2934

I am implementing this plugin, and I would like to ask here, how should I handle the first parameter of init and the shared of init, whether @module-federation/runtime should provide...

> > how should I handle the first parameter of init and the shared of init > > https://github.com/MadaraUchiha-314/rollup-plugin-module-federation/blob/main/packages/rollup-plugin-module-federation/src/index.ts#L585 > > This is how you use the shareScope that's passed...

> @zhangHongEn would love to check your PR and work on it together too pr is here, it can speed up some progress