File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ import { Schema as EjectCommandSchema } from './eject';
1313export class EjectCommand extends Command < EjectCommandSchema > {
1414 async run ( ) {
1515 this . logger . error ( tags . stripIndents `
16- The 'eject' command has been temporarily disabled, as it is not yet compatible with the new
17- angular.json format. The new configuration format provides further flexibility to modify the
18- configuration of your workspace without ejecting. Ejection will be re-enabled in a future
19- release of the CLI.
16+ The 'eject' command has been disabled and will be removed completely in 8.0.
17+ The new configuration format provides increased flexibility to modify the
18+ configuration of your workspace without ejecting.
2019
21- If you need to eject today, use CLI 1.7 to eject your project.
20+ There are several projects that can be used in conjuction with the new
21+ configuration format that provide the benefits of ejecting without the maintenance
22+ overhead. One such project is ngx-build-plus found here:
23+ https://github.com/manfredsteyer/ngx-build-plus
2224 ` ) ;
2325
2426 return 1 ;
You can’t perform that action at this time.
0 commit comments