An open API service indexing awesome lists of open source software.

https://github.com/waldronmatt/dynamic-module-federation-assets

Assets used for dynamic MF repos.
https://github.com/waldronmatt/dynamic-module-federation-assets

dynamic javascript microfrontend module-federation webpack

Last synced: about 1 month ago
JSON representation

Assets used for dynamic MF repos.

Awesome Lists containing this project

README

          

# Dynamic Module Federation Assets

Assets used by dynamic module federation repositories.

## Usage

**`index.html`**

```js

```

## Getting Started

See [Tutorial - A Guide to Module Federation for Enterprise](https://dev.to/waldronmatt/tutorial-a-guide-to-module-federation-for-enterprise-n5) for more information and to learn how this repository works.

## Files

### dist/map.config.json

A JSON object containing a global reference of host and remote `entrypoint` URLs.

### dist/bootstrap.entries.js

A pre-build script that serves local and remote `entrypoints` dynamically at runtime.

**Note**: `src/bootstrap.entries.js` is an un-minified, non-transpiled version with comments.

## License

MIT