embedded
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i embedded

Weekly Downloads

7

Version

1.1.0

License

MIT

Unpacked Size

154 kB

Total Files

11

Last publish

Collaborators

  • elgiank