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();