UNPKG

@nx/webpack

Version:

The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.

4 lines (3 loc) 165 B
import * as webpack from 'webpack'; import { Observable } from 'rxjs'; export declare function runWebpack(config: webpack.Configuration): Observable<webpack.Stats>;