UNPKG

angular-cli

Version:
7 lines (6 loc) 231 B
/// <reference types="webpack" /> import * as webpack from 'webpack'; import { WebpackConfigOptions } from '../webpack-config'; export declare const getProdConfig: (wco: WebpackConfigOptions) => { plugins: webpack.Plugin[]; };