/macrof-cli

React MicroFrontend compiler (Typescript, Webpack 5, ModuleFederation)

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Macrof MF compiler

Install

yarn add @macrof/compiler --dev

Init

import Micro from "@macrof/compiler";

export default new Micro({
    isShell: true,
    devServer, // your dev server configs
    plugins, // your plugins configs
    ...configs, // other configs
}).configure();