2.0.2 • Published 1 year ago

@schirrel/module-federation-enhanced-plugin v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ModuleFederationEnhacedPlugin

Module Federation with a little bit more and all remotes async by default

Take a look at the full docs

Dont want o read the docs? Here's a TL/DR:

Features

  • Modules' Name List
  • Remotes' Name List
  • Remotes' URL List and Map
  • Remote definition with object
  • Default async

Install

npm i @schirrel/module-federation-enhanced-plugin

Config

const ModuleFederationEnhacedPlugin = require("@schirrel/module-federation-enhanced-plugin");
module.export = {
  //... rest of your config
  plugins: [
    new ModuleFederationEnhancedPlugin({
    // same as the ModuleFederationPlugin config
      exposes: {
        Button: "./src/Button",
        Input: "./src/Input"
      },
    }),
  ],
};

Disclaimer

The need of these features is part of my Master Degree with Embrapa at UFMS, and so them must to be like are writen here. Also some of these features will be present or are being proposed to the oficial Enhanced module federation plugin.
You can take a look at:

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0-rc5

1 year ago

2.0.0-rc4

1 year ago

2.0.0-rc3

1 year ago

2.0.0-rc2

1 year ago

2.0.0-rc1

1 year ago

2.0.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago