mirror of
https://github.com/angular/angular-cli.git
synced 2025-04-19 16:18:03 +08:00
The `@angular/build` package has been introduced to house the esbuild/Vite-based build system that was newly introduced as stable in v17. The existing `@angular-devkit/build-angular` package will continue to contain the Webpack-based build system and to ensure backwards compatibility it will also provide aliases for the esbuild/Vite-based build system. The changes here are the first stage of the builder transition and moves the `application` builder into the new package. The application builder can now be accessed when this package is installed directly via `@angular/build:application`. No changes are required for existing projects.
124 lines
3.2 KiB
JSON
124 lines
3.2 KiB
JSON
{
|
|
"packages": {
|
|
"@_/builders": {},
|
|
"devkit": {},
|
|
"@angular/build": {
|
|
"name": "Angular Build System",
|
|
"section": "Tooling",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular/build/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-build-builds"
|
|
},
|
|
"@angular/cli": {
|
|
"name": "Angular CLI",
|
|
"section": "Tooling",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular/cli/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/cli-builds"
|
|
},
|
|
"@angular/create": {
|
|
"name": "Angular Create",
|
|
"section": "Misc",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular/create/README.md"
|
|
}
|
|
]
|
|
},
|
|
"@angular/pwa": {
|
|
"name": "Angular PWA Schematics",
|
|
"section": "Schematics",
|
|
"snapshotRepo": "angular/angular-pwa-builds"
|
|
},
|
|
"@angular/ssr": {
|
|
"name": "Angular SSR",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular/ssr/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-ssr-builds"
|
|
},
|
|
"@angular-devkit/architect": {
|
|
"name": "Architect",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular_devkit/architect/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-devkit-architect-builds"
|
|
},
|
|
"@angular-devkit/architect-cli": {
|
|
"name": "Architect CLI",
|
|
"section": "Tooling",
|
|
"snapshotRepo": "angular/angular-devkit-architect-cli-builds"
|
|
},
|
|
"@angular-devkit/build-angular": {
|
|
"name": "Build Angular",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular_devkit/build_angular/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-devkit-build-angular-builds"
|
|
},
|
|
"@angular-devkit/build-webpack": {
|
|
"name": "Build Webpack",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular_devkit/build_webpack/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-devkit-build-webpack-builds"
|
|
},
|
|
"@angular-devkit/core": {
|
|
"name": "Core",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular_devkit/core/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-devkit-core-builds"
|
|
},
|
|
"@angular-devkit/schematics": {
|
|
"name": "Schematics",
|
|
"links": [
|
|
{
|
|
"label": "README",
|
|
"url": "/packages/angular_devkit/schematics/README.md"
|
|
}
|
|
],
|
|
"snapshotRepo": "angular/angular-devkit-schematics-builds"
|
|
},
|
|
"@angular-devkit/schematics-cli": {
|
|
"name": "Schematics CLI",
|
|
"section": "Tooling",
|
|
"snapshotRepo": "angular/angular-devkit-schematics-cli-builds"
|
|
},
|
|
"@ngtools/webpack": {
|
|
"name": "Webpack Angular Plugin",
|
|
"section": "Misc",
|
|
"snapshotRepo": "angular/ngtools-webpack-builds"
|
|
},
|
|
"@schematics/angular": {
|
|
"name": "Angular Schematics",
|
|
"section": "Schematics",
|
|
"snapshotRepo": "angular/schematics-angular-builds"
|
|
}
|
|
}
|
|
}
|