UNPKG

@cowtech/webpack-config

Version:

CowTech WebPack configuration without any CSS handling.

3 lines (2 loc) 104 B
import { Options } from './types'; export declare function setupServer(options: Options): Promise<any>;