Skip to content

Commit

Permalink
Update configuration philosophy (#1768)
Browse files Browse the repository at this point in the history
* Update configuration philosophy

* Remove explanation
  • Loading branch information
Timer authored and gaearon committed Mar 8, 2017
1 parent a002317 commit 4bc9e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Please refer to the [User Guide](https://github.com/facebookincubator/create-rea

* **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.

* **Zero Configuration:** You don't need to configure anything. Reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.
* **No Configuration Required:** You don't need to configure anything. Reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.

* **No Lock-In:** You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.

Expand Down

0 comments on commit 4bc9e79

Please sign in to comment.