2.0.3 • Published 1 year ago

@embrapa/module-federation-enhanced-plugin v2.0.3

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

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 @embrapa/module-federation-enhanced-plugin

Config

const ModuleFederationEnhacedPlugin = require("@embrapa/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"
      },
    }),
  ],
};
2.0.3

1 year ago

2.0.2

1 year ago