UNPKG

@angular-builders/custom-webpack

Version:

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

12 lines 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.migrateV22 = migrateV22; const schematics_1 = require("@angular-builders/common/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`. */ function migrateV22() { return (0, schematics_1.migrateToJitiLoader)('@angular-builders/custom-webpack'); } //# sourceMappingURL=index.js.map