UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

5 lines (4 loc) 175 B
import { SnowpackPlugin, SnowpackConfig } from '../types'; export declare function esbuildPlugin(config: SnowpackConfig, { input }: { input: string[]; }): SnowpackPlugin;