Skip to content

factory

Plugin factory module providing BasePlugin base class and createPluginFactory function.

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

Modules

ModuleDescription
BasePluginPlugin base class
createPluginFactoryPlugin factory
BasePluginOptionsBase options type

Released under the MIT License.