UNPKG

408 BTypeScriptView Raw
1import * as webpack from 'webpack';
2import { AngularBuildContext } from '../build-context';
3import { AppProjectConfigInternal, LibProjectConfigInternal } from '../interfaces/internals';
4export declare function getCustomWebpackConfig<TConfig extends AppProjectConfigInternal | LibProjectConfigInternal>(modulePath: string, angularBuildContext: AngularBuildContext<TConfig>): webpack.Configuration | null;