mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
26 lines
1006 B
JSON
26 lines
1006 B
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "16.0.0",
|
|
"factory": "./update-16/remove-default-project-option",
|
|
"description": "Remove 'defaultProject' option from workspace configuration. The project to use will be determined from the current working directory.",
|
|
"package": "@angular/cli",
|
|
"name": "remove-default-project-option"
|
|
},
|
|
{
|
|
"version": "16.0.0",
|
|
"factory": "./update-16/replace-default-collection-option",
|
|
"description": "Replace removed 'defaultCollection' option in workspace configuration with 'schematicCollections'.",
|
|
"package": "@angular/cli",
|
|
"name": "replace-default-collection-option"
|
|
},
|
|
{
|
|
"version": "16.0.0",
|
|
"factory": "./update-16/update-server-builder-config",
|
|
"description": "Update the '@angular-devkit/build-angular:server' builder configuration to disable 'buildOptimizer' for non optimized builds.",
|
|
"package": "@angular/cli",
|
|
"name": "update-server-builder-config"
|
|
}
|
|
]
|
|
}
|