@magic-gear/federation-extract-plugin

0.1.0 • Public • Published

federation-extract-plugin

A webpack plugin for extract related files according to your ModuleFederationPlugin

Getting Started

To begin, you'll need to install @magic-gear/federation-extract-plugin:

$ npm install @magic-gear/federation-extract-plugin --save-dev

Then add the plugin to your webpack config. For example:

webpack.config.js

const FederationExtractPlugin = require('@magic-gear/federation-extract-plugin')

module.exports = {
  plugins: [new FederationExtractPlugin()],
}

Readme

Keywords

Package Sidebar

Install

npm i @magic-gear/federation-extract-plugin

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

3.53 kB

Total Files

5

Last publish

Collaborators

  • noychan
  • casanova_x
  • levinqdl