2.0.0 • Published 8 months ago

@single-spa/import-map-microfrontend-utils v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

import-map-microfrontend-utils

Utility types and functions for import-map-microfrontend related projects

Installation

npm i @single-spa/import-map-microfrontend-utils

Usage

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();