We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977be3f commit 66701adCopy full SHA for 66701ad
docs/documentation/eject.md
@@ -3,7 +3,14 @@
3
# ng eject
4
5
## Overview
6
-`ng eject` ejects your app and output the proper webpack configuration and scripts
+`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.
14
15
### Ejecting the CLI
16
0 commit comments