You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
427 B

import { NxComposableWebpackPlugin } from './config';
import { NxAppWebpackPluginOptions } from '../plugins/nx-webpack-plugin/nx-app-webpack-plugin-options';
export type WithNxOptions = Partial<NxAppWebpackPluginOptions>;
/**
* @param {WithNxOptions} pluginOptions
* @returns {NxWebpackPlugin}
*/
export declare function withNx(pluginOptions?: WithNxOptions): NxComposableWebpackPlugin;
//# sourceMappingURL=with-nx.d.ts.map