From 4658e0960bffbcefa7c90aeb697c59670c4de171 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 18 Jul 2016 11:38:05 +0100 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=9CWhat=E2=80=99s=20Inside=3F?= =?UTF-8?q?=E2=80=9D=20tigher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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.