JSPM

@module-federation/runtime-tools

0.0.0-next-20250620084158
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4980420
  • Score
    100M100P100Q230372F
  • License MIT

Package Exports

  • @module-federation/runtime-tools
  • @module-federation/runtime-tools/dist/index.esm.js
  • @module-federation/runtime-tools/runtime
  • @module-federation/runtime-tools/runtime-core
  • @module-federation/runtime-tools/webpack-bundler-runtime

Readme

@module-federation/runtime-tools

Module federation runtime package collection. You can just install it instead of installing all the packages separately.

It includes the following packages:

  • @module-federation/runtime
  • @module-federation/webpack-bundler-runtime

Usage

npm install @module-federation/runtime-tools
  • import runtime
import runtime from '@module-federation/runtime-tools';
import runtime from '@module-federation/runtime-tools/runtime';
  • import webpack bundler runtime
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime';