- Change
import-map-override
meta tag to make it work with SystemJS (more info at import-map-overrides/docs/configuration.md) - Update
single-spa
import to load a SystemJS script
"single-spa": "https://cdn.jsdelivr.net/npm/[email protected]/lib/es2015/system/single-spa.min.js",
- Change all scripts tags type to use SystemJS type
<script type="systemjs-importmap">
- Remove the
import-map-injector
script tags