This project demonstrates how to use the MUI lib in single-spa with externals deps in webpack config, loading by SystemJS in the root-config the import of MUI and Emotion deps.
This project use PNPM, check the installation docs
- Clone this repo;
- In the root folder, run
pnpm install
; - Run
pnpm run start
to launch; - The builded app will be available in localhost:8080/acme-app.js;
- Follow steps described in the root-config repo to finish.