Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 660 Bytes

File metadata and controls

14 lines (9 loc) · 660 Bytes

Version Discrepency Example

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 and lodash.nth--a feature not available in lodash@4.10.0.

Running Demo

Run yarn start. This will build and serve both app1 and app2 on ports 3001 and 3002 respectively.