UNPKG

@nx/webpack

Version:

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

8 lines (7 loc) 265 B
import { Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertConfigToWebpackPluginGenerator(tree: Tree, options: Schema): Promise<void>; export default convertConfigToWebpackPluginGenerator;