This example demos two federated apps that use two different versions of lodash.
app1
uses [email protected].app2
uses [email protected] andlodash.nth
--a feature not available in [email protected].
Run yarn start
. This will build and serve both app1
and app2
on ports 3001 and 3002 respectively.