UNPKG

@nx/webpack

Version:

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

5 lines (4 loc) 114 B
import { Compiler } from 'webpack'; export declare class StatsJsonPlugin { apply(compiler: Compiler): void; }