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) 278 B
import { Rule } from '@angular-devkit/schematics'; /** * v22: the builder now loads TypeScript webpack configs and index transforms via jiti * instead of ts-node. Delegates to the shared migration in `@angular-builders/common`. */ export declare function migrateV22(): Rule;