Skip to content

factory

插件工厂模块,提供 BasePlugin 基类和 createPluginFactory 工厂函数。

typescript
import { BasePlugin, createPluginFactory } from '@meng-xi/vite-plugin/factory'
import type { BasePluginOptions, PluginFactory, OptionsNormalizer } from '@meng-xi/vite-plugin/factory'

模块列表

模块说明
BasePlugin插件基类
createPluginFactory插件工厂函数
BasePluginOptions基础配置类型

Released under the MIT License.