UNPKG

@angular/cli

Version:
8 lines (7 loc) 203 B
import { WebpackConfigOptions } from '../webpack-config'; export declare const getProdConfig: (wco: WebpackConfigOptions) => { entry: { [key: string]: string[]; }; plugins: any[]; };