Commit 0151ca0f authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Update README.md

parent 955ea330
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -84,7 +84,7 @@ The tools used by Create React App are subject to change. ...@@ -84,7 +84,7 @@ The tools used by Create React App are subject to change.
Currently it is a thin layer on top of many amazing community projects, such as: Currently it is a thin layer on top of many amazing community projects, such as:
* [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader) * [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
* [Babel](http://babeljs.io/) with [preset-es2015](https://www.npmjs.com/package/babel-preset-es2015), [preset-es2016](https://www.npmjs.com/package/babel-preset-es2016), [preset-react](https://www.npmjs.com/package/babel-preset-react) and [transform-rest-spread](https://babeljs.io/docs/plugins/transform-object-rest-spread/) * [Babel](http://babeljs.io/) with ES2016 and the extensions we use at Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields))
* [Autoprefixer](https://github.com/postcss/autoprefixer) * [Autoprefixer](https://github.com/postcss/autoprefixer)
* [ESLint](http://eslint.org/) * [ESLint](http://eslint.org/)
* and more. * and more.
......
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