diff --git a/README.md b/README.md index ea37d325..ca8d032c 100644 --- a/README.md +++ b/README.md @@ -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.