1.1.0 • Published 4 months ago

embedded v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Module Federation With React Starter

Full article here:

app1
├─ dist
│  ├─ 303.js
│  ├─ 303.js.LICENSE.txt
│  ├─ 538.js
│  ├─ 538.js.LICENSE.txt
│  ├─ index.html
│  ├─ main.js
│  ├─ main.js.LICENSE.txt
│  ├─ remoteEntry.js
│  ├─ remoteEntry.js.LICENSE.txt
│  ├─ src_bootstrap_tsx.js
│  └─ src_components_CounterAppOne_tsx.js
├─ package-lock.json
├─ package.json
├─ public
│  └─ index.html
├─ README.md
├─ src
│  ├─ App.tsx
│  ├─ bootstrap.tsx
│  ├─ components
│  │  └─ CounterAppOne.tsx
│  └─ index.ts
├─ tsconfig.json
├─ webpack.config.js
├─ webpack.prod.js
└─ yarn.lock