UNPKG

@ngtools/webpack

Version:

Webpack plugin that AoT compiles your Angular components and modules.

38 lines (37 loc) 892 B
{ "name": "@ngtools/webpack", "version": "22.0.2", "description": "Webpack plugin that AoT compiles your Angular components and modules.", "main": "./src/index.js", "typings": "src/index.d.ts", "keywords": [ "Angular CLI", "Angular DevKit", "angular", "aot", "devkit", "plugin", "sdk", "webpack" ], "peerDependencies": { "@angular/compiler-cli": "^22.0.0", "typescript": ">=6.0 <6.1", "webpack": "^5.54.0" }, "repository": { "type": "git", "url": "git+https://github.com/angular/angular-cli.git" }, "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "author": "Angular Authors", "license": "MIT", "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, "homepage": "https://github.com/angular/angular-cli" }