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
I m using single-spa and module fedaration(wp5) together but when I tried to import my modules with System , I m getting error like
In my root-config <template id="single-spa-layout"> <single-spa-router> <main> <route path="/"> <application name="productImage/ProductImage"></application> </route> <route path="login"> <application name="angularJs/AngularJs"></application> </route> </main> </single-spa-router> </template>
productImage/ProductImage and angularJs/AngularJs are my modules which is exposed by module fedaration.
Is it possible to use this add-on to routing mechanism or should I find another way?
The text was updated successfully, but these errors were encountered:
I'm not sure if this will address the problem for you (you might consider including your code so someone can help you more directly) but for anyone else that has run into a similar problem and also ends up here: I was able to get single-spa-layout working with Webpack Module Federation Plugin.
I m using single-spa and module fedaration(wp5) together but when I tried to import my modules with System , I m getting error like
In my root-config
<template id="single-spa-layout"> <single-spa-router> <main> <route path="/"> <application name="productImage/ProductImage"></application> </route> <route path="login"> <application name="angularJs/AngularJs"></application> </route> </main> </single-spa-router> </template>
productImage/ProductImage and angularJs/AngularJs are my modules which is exposed by module fedaration.
Is it possible to use this add-on to routing mechanism or should I find another way?
The text was updated successfully, but these errors were encountered: