UNPKG

@servant/servant-build-webpack

Version:

Servant build webpack module for Servant builder

3 lines (2 loc) 256 B
import { WebpackJson, Modules } from "@servant/servant-data"; export declare function webpackBuild(cwd: string | null, entry: string | null, module: Modules.ModuleInfo | null, production: boolean, trnspile: boolean): Promise<WebpackJson.WebpackCompile>;