UNPKG

@angular-builders/custom-esbuild

Version:

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

5 lines (4 loc) 340 B
import { logging } from '@angular-devkit/core'; import { Target } from '@angular-devkit/architect'; import type { IndexHtmlTransform } from '@angular/build/private'; export declare function loadIndexHtmlTransformer(indexHtmlTransformerPath: string, tsConfig: string, logger: logging.LoggerApi, target: Target): Promise<IndexHtmlTransform>;