forgeplus-react/src/.umi/core/plugin.ts

9 lines
249 B
TypeScript

// @ts-nocheck
import { Plugin } from '/Users/caishi/forgeplus-react/node_modules/@umijs/runtime';
const plugin = new Plugin({
validKeys: ['modifyClientRenderOpts','patchRoutes','rootContainer','render','onRouteChange',],
});
export { plugin };