@nx/angular
Version:
7 lines • 314 B
TypeScript
import type { Tree } from '@nx/devkit';
import type { NormalizedOptions } from '../schema';
export declare function generateWebpackConfig(tree: Tree, options: NormalizedOptions, appRoot: string, remotesWithPorts: {
remoteName: string;
port: number;
}[]): void;
//# sourceMappingURL=generate-config.d.ts.map