UNPKG

@angular-builders/custom-webpack

Version:

Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it

7 lines (6 loc) 223 B
import { CustomWebpackBuilderConfig } from './custom-webpack-builder-config'; export interface CustomWebpackSchema { customWebpackConfig: CustomWebpackBuilderConfig; indexTransform: string; tsConfig?: string; }