UNPKG

@cowtech/webpack-config

Version:

CowTech WebPack configuration without any CSS handling.

3 lines (2 loc) 123 B
import { Entries, Options } from './types'; export declare function autoDetectEntries(options: Options): Promise<Entries>;