yarn add @macrof/compiler --dev
import Micro from "@macrof/compiler";
export default new Micro({
isShell: true,
devServer, // your dev server configs
plugins, // your plugins configs
...configs, // other configs
}).configure();
React MicroFrontend compiler (Typescript, Webpack 5, ModuleFederation)
TypeScriptApache-2.0