mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
refactor(@angular/cli): update eject command message (#12525)
This commit is contained in:
parent
e9a8c3cfa8
commit
d45bce2e8b
@ -13,12 +13,14 @@ import { Schema as EjectCommandSchema } from './eject';
|
|||||||
export class EjectCommand extends Command<EjectCommandSchema> {
|
export class EjectCommand extends Command<EjectCommandSchema> {
|
||||||
async run() {
|
async run() {
|
||||||
this.logger.error(tags.stripIndents`
|
this.logger.error(tags.stripIndents`
|
||||||
The 'eject' command has been temporarily disabled, as it is not yet compatible with the new
|
The 'eject' command has been disabled and will be removed completely in 8.0.
|
||||||
angular.json format. The new configuration format provides further flexibility to modify the
|
The new configuration format provides increased flexibility to modify the
|
||||||
configuration of your workspace without ejecting. Ejection will be re-enabled in a future
|
configuration of your workspace without ejecting.
|
||||||
release of the CLI.
|
|
||||||
|
|
||||||
If you need to eject today, use CLI 1.7 to eject your project.
|
There are several projects that can be used in conjuction with the new
|
||||||
|
configuration format that provide the benefits of ejecting without the maintenance
|
||||||
|
overhead. One such project is ngx-build-plus found here:
|
||||||
|
https://github.com/manfredsteyer/ngx-build-plus
|
||||||
`);
|
`);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user