Hi Aurelia team
We have a requirement to build aurelia apps as a micro front end, multiple aurelia apps running in same index page.
From looking at what gets output it looks like aurelia 2 converts everything to a web component
So I thought I could build a 2nd app called MyApp2 and have this in the index page, adding links to both bundles in the index page head section
But in doing this I get
Conflicting @aurelia/metadata module import detected. Please make sure you have the same version of all Aurelia packages in your dependency tree.
Can aurelia 2 be used in a micro front end scenario?