Assets used by dynamic module federation repositories.
index.html
<script preload src="https://unpkg.com/regenerator-runtime@0.13.1/runtime.js"></script>
<script preload src="https://cdn.jsdelivr.net/gh/waldronmatt/dynamic-module-federation-assets/dist/bootstrap-entries.js"></script>
See Tutorial - A Guide to Module Federation for Enterprise for more information and to learn how this repository works.
A JSON object containing a global reference of host and remote entrypoint
URLs.
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.
MIT