single-spa / single-spa-vue

a single-spa plugin for vue.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding single-spa to vue apps which are using module federation fails

farhadnowzari opened this issue · comments

Hello everyone,
I created an example project which shows the failure for the case where two projects are already using Webpack module-federation to share components and works fine. But when I add single-spa using vue add single-spa the app which loads the federated module doesn't work anymore.

here is the repo
https://github.com/farhadnowzari/singlespa-module-federation-failure