@angular-builders/custom-webpack
Version:
Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it
11 lines (10 loc) • 512 B
JSON
{
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v22": {
"version": "22.0.0",
"description": "Migrate from ts-node to the jiti loader: strip the ts-node/esm NODE_OPTIONS workaround from npm scripts, remove ts-node/tsconfig-paths devDependencies, lift `ts-node` tsconfig path options into compilerOptions, and advise on the build-time type-checking change.",
"factory": "./migrations/v22/index#migrateV22"
}
}
}