mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-05 17:10:22 +08:00
Make “What’s Inside?” tigher
This commit is contained in:
committed by
Christopher Chedeau
parent
9a0bc6288a
commit
4658e0960b
@@ -62,14 +62,10 @@ You don’t have to ever eject. The curated feature set is suitable for small an
|
||||
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:
|
||||
|
||||
* [webpack](https://webpack.github.io/)
|
||||
* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
|
||||
* [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/)
|
||||
* [Autoprefixer](https://github.com/postcss/autoprefixer)
|
||||
* [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin)
|
||||
* [style-loader](https://github.com/webpack/style-loader)
|
||||
* [ESLint](http://eslint.org/)
|
||||
* [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
|
||||
* [ESLint](http://eslint.org/) with [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user