UNPKG

@nx/webpack

Version:

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

4 lines 206 B
import * as webpack from 'webpack'; import { Observable } from 'rxjs'; export declare function runWebpack(config: webpack.Configuration): Observable<webpack.Stats>; //# sourceMappingURL=run-webpack.d.ts.map