UNPKG

create-farm-plugin

Version:

use create-farm-plugin to create farm plugin

15 lines (13 loc) 274 B
import { defineConfig } from "@farmfe/core"; export default defineConfig({ compilation: { input: { index: "./index.html", }, persistentCache: false, progress: false, }, plugins: [ ["@farmfe/plugin-react", { runtime: "automatic" }], ], });