Utility types and functions for import-map-microfrontend related projects
npm i @single-spa/import-map-microfrontend-utils
import { ImportMapMicrofrontendUtils } from "@single-spa/import-map-microfrontend-utils";
const utils = new ImportMapMicrofrontendUtils({
baseOrigin: "https://cdn.example.com",
});
utils.getMicrofrontendURLPrefix("@org/navbar");
utils.getDependenciesURLPrefix();
utils.getDependenciesFolderName();
utils.getMFEsFolderName();