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