JSPM

@module-federation/runtime-tools

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

Package Exports

    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';