@module-federation/runtime-tools

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

  • Types
  • ESM
  • CJS
License
MIT
Install Size
13.4 kB(1.3 MB)
Vulns
0
Published

Get started

$npm install @module-federation/runtime-tools
$pnpm add @module-federation/runtime-tools
$yarn add @module-federation/runtime-tools
$bun add @module-federation/runtime-tools
$deno add npm:@module-federation/runtime-tools
$vlt install @module-federation/runtime-tools
$vp add @module-federation/runtime-tools

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