1.1.0 • Published 6 months ago

@single-spa/import-map-microfrontend-deps v1.1.0

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

import-map-microfrontend-deps

Simplified dependency management for microfrontends

Installation

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

Usage

import { buildImportMapDependencies } from "@single-spa/import-map-microfrontend-deps";
import { ImportMapMicrofrontendUtils } from "@single-spa/import-map-microfrontend-utils";

await buildImportMapDependencies({
  template: {
    imports: {
      react: "18.3.0",
      "react-dom": "18.3.0",
    },
    scopes: {},
  },
  outputFolder: "dist",
  utils: new ImportMapMicrofrontendUtils({
    baseOrigin: "https://cdn.example.com",
  }),
});
1.1.0

6 months ago

1.0.1

8 months ago

1.0.0

8 months ago