This repository contains a set of projects that exemplify common errors when using Module Federation.
To run the project, you need to run the following commands:
cd samples/webpack-modules-module-id-is-not-a-function
yarn install
yarn startThe apps will be available at the following URLs:
- app1: http://localhost:3000
- app2: http://localhost:3001