0.1.12 • Published 3 days ago

@module-federation/manifest v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 days ago

@module-federation/manifest Documentation

Description

This package contains the manifest plugin for webpack/rspack internal.

Installation

npm install @module-federation/manifest

Usage

  1. replace expose options with container.options.exposes = containerManager.containerPluginExposesOptions;
import { ContainerManager } from '@module-federation/managers';
const containerManager = new ContainerManager();
containerManager.init(options);
// it will set expose name automatically
options.exposes = containerManager.containerPluginExposesOptions;
  1. use StatsPlugin in webpack.config.js
import { StatsPlugin } from '@module-federation/manifest';

new StatsPlugin(mfOptions, {
    pluginVersion: pkg.version,
    bundler: 'webpack',
  }).apply(compiler);
0.1.12

8 days ago

0.1.11

15 days ago

0.1.10

18 days ago

0.1.9

21 days ago

0.1.8

24 days ago

0.1.7

26 days ago

0.1.6

28 days ago

0.1.5

28 days ago

0.1.4

1 month ago

0.1.3

1 month ago

0.1.2

1 month ago

0.1.0

2 months ago

0.1.1

2 months ago

0.0.17

2 months ago

0.0.16

2 months ago

0.0.15

2 months ago