Commit 6825ecca authored by Dan Abramov's avatar Dan Abramov Committed by Christopher Chedeau
Browse files

Wordsmith

parent f661a62f
Showing with 2 additions and 2 deletions
+2 -2
...@@ -60,7 +60,7 @@ You don’t have to ever graduate. The curated feature set is suitable for small ...@@ -60,7 +60,7 @@ You don’t have to ever graduate. The curated feature set is suitable for small
## What’s Inside? ## What’s Inside?
The tools used by Create React App are subject to change. The tools used by Create React App are subject to change.
Currently we use: Currently it is a thin layer on top of many amazing community projects, such as:
* [webpack](https://webpack.github.io/) * [webpack](https://webpack.github.io/)
* [webpack-dev-server](https://github.com/webpack/webpack-dev-server) * [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
...@@ -70,7 +70,7 @@ Currently we use: ...@@ -70,7 +70,7 @@ Currently we use:
* [style-loader](https://github.com/webpack/style-loader) * [style-loader](https://github.com/webpack/style-loader)
* [ESLint](http://eslint.org/) * [ESLint](http://eslint.org/)
* [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb) * [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
* and some more. * and more.
All of them are transient dependencies of the provided npm package so you don’t need to worry about upgrading them or resolving conflicts. All of them are transient dependencies of the provided npm package so you don’t need to worry about upgrading them or resolving conflicts.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment