File tree 1 file changed +7
-5
lines changed
packages/angular/cli/commands
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';
13
13
export class EjectCommand extends Command < EjectCommandSchema > {
14
14
async run ( ) {
15
15
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.
20
19
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
22
24
` ) ;
23
25
24
26
return 1 ;
You can’t perform that action at this time.
0 commit comments