Skip to content

Commit 66701ad

Browse files
committed
docs: elaborate eject docs
1 parent 977be3f commit 66701ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/documentation/eject.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
# ng eject
44

55
## Overview
6-
`ng eject` ejects your app and output the proper webpack configuration and scripts
6+
`ng eject` ejects your app and output the proper webpack configuration and scripts.
7+
8+
This command uses the same flags as `ng build`, generating webpack configuration to match those
9+
flags.
10+
11+
You can use `--force` to overwrite existing configurations.
12+
You can eject multiple times, to have a dev and prod config for instance, by renaming the ejected
13+
configuration and using the `--force` flag.
714

815
### Ejecting the CLI
916

0 commit comments

Comments
 (0)