module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

host(Vue 3 + Vite) with remote (Vue 2 + Webpack) , Can this work?

Open ChuhC opened this issue 7 months ago • 1 comments

Host: vue3+ vite

Image

Remote: vue2 + webpack Image

Can this work?

I've been trying for many days already. At first, I encountered the following issue:

Image

Then, I followed the method mentioned in this issue and resolved the error.

https://github.com/originjs/vite-plugin-federation/issues/396#issuecomment-2470663856

Now, I'm encountering another issue. Image

Image

ChuhC avatar Sep 25 '25 08:09 ChuhC

Module-federation.io

Originjs and using webpack builtin is no longer supported.

Everything we work on for the past 2 years is federation v2

ScriptedAlchemy avatar Sep 30 '25 23:09 ScriptedAlchemy