You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main branch vite6: https://github.com/menghany/mf-vite-report,
v5 branch vite5: https://github.com/menghany/mf-vite-report/tree/v5
This is my simple reproducible project, cd remote-react && pnpm i && pnpm run dev cd host-vue3 && pnpm i && pnpm run dev
The page does not render. Additionally, when I run pnpm run build for both projects, I encounter the following error: factory is not function.
However, when I use Vite 5.4.11 and @module-federation/vite 1.1.9, everything works correctly.
The text was updated successfully, but these errors were encountered:
main branch vite6: https://github.com/menghany/mf-vite-report,
v5 branch vite5: https://github.com/menghany/mf-vite-report/tree/v5
This is my simple reproducible project,
cd remote-react && pnpm i && pnpm run dev
cd host-vue3 && pnpm i && pnpm run dev
The page does not render. Additionally, when I run pnpm run build for both projects, I encounter the following error: factory is not function.
However, when I use Vite 5.4.11 and @module-federation/vite 1.1.9, everything works correctly.
The text was updated successfully, but these errors were encountered: