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 5741a28 commit 96dfa5dCopy full SHA for 96dfa5d
guides/appendix/configuration.md
@@ -13,6 +13,16 @@ would be `liveReload` in the configuration file.
13
"liveReload": false
14
}
15
```
16
+Another use would be to pass defaults to generators, for example:
17
+
18
+```json {data-filename=.ember-cli}
19
+"blueprint": {
20
+ "component": {
21
+ "gc": true
22
+ }
23
24
+```
25
+will add a component class automatically to generated components.
26
27
Every development environment will be different but a realistic example setting `--port` and `--proxy` is shown below:
28
0 commit comments