@nx/webpack
Version:
8 lines • 327 B
TypeScript
import { Tree } from '@nx/devkit';
interface Schema {
project?: string;
skipFormat?: boolean;
}
export declare function convertConfigToWebpackPluginGenerator(tree: Tree, options: Schema): Promise<void>;
export default convertConfigToWebpackPluginGenerator;
//# sourceMappingURL=convert-config-to-webpack-plugin.d.ts.map