mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
594 B
594 B
ng eject
Overview
ng eject
ejects your app and output the proper webpack configuration and scripts.
This command uses the same flags as ng build
, generating webpack configuration to match those
flags.
You can use --force
to overwrite existing configurations.
You can eject multiple times, to have a dev and prod config for instance, by renaming the ejected
configuration and using the --force
flag.
Ejecting the CLI
ng eject
Options
None.