UNPKG

@farmfe/core

Version:

Farm is a extremely fast web build tool written in Rust. Farm can start a project in milliseconds and perform HMR within 10ms, making it much faster than similar tools like webpack and vite.

9 lines (8 loc) 294 B
import { UserConfig } from '../../../config/types.js'; import { Logger } from '../../../utils/logger.js'; import { JsPlugin } from '../../type.js'; export declare function defaultLoadPlugin(options: { filtersUnion: Set<string>; logger: Logger; userConfig: UserConfig; }): JsPlugin;