From c98cc3a5d936dd11ddafdec2cf54d11a3ab74e7d Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Sun, 16 Jul 2017 01:36:22 +0100 Subject: [PATCH 1/3] Remove note about webpackHotDevClient being webpack 1.0 only It must work in webpack 2 since create-react-app is still using it and is using webpack 2 now. It would be great if you could add some kind of note about how it differs from the default webpack hot reloaders. --- packages/react-dev-utils/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/react-dev-utils/README.md b/packages/react-dev-utils/README.md index 166e1bfaea3..e3c816c1519 100644 --- a/packages/react-dev-utils/README.md +++ b/packages/react-dev-utils/README.md @@ -295,8 +295,6 @@ Returns an object with local and remote URLs for the development server. Pass th This is an alternative client for [WebpackDevServer](https://github.com/webpack/webpack-dev-server) that shows a syntax error overlay. -It currently supports only Webpack 1.x. - ```js // Webpack development config module.exports = { From 9b1421696730d06d990e9d6e26601b9fb98df16f Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Thu, 20 Jul 2017 10:20:01 +0100 Subject: [PATCH 2/3] Update README.md --- packages/react-dev-utils/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-dev-utils/README.md b/packages/react-dev-utils/README.md index e3c816c1519..4033c619988 100644 --- a/packages/react-dev-utils/README.md +++ b/packages/react-dev-utils/README.md @@ -295,6 +295,8 @@ Returns an object with local and remote URLs for the development server. Pass th This is an alternative client for [WebpackDevServer](https://github.com/webpack/webpack-dev-server) that shows a syntax error overlay. +It currently supports only Webpack 2.x + ```js // Webpack development config module.exports = { From 22783a59224de24a02d233249609abb00f9998dc Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Tue, 1 Aug 2017 21:19:23 -0400 Subject: [PATCH 3/3] Update README.md --- packages/react-dev-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/README.md b/packages/react-dev-utils/README.md index 4033c619988..54033874734 100644 --- a/packages/react-dev-utils/README.md +++ b/packages/react-dev-utils/README.md @@ -295,7 +295,7 @@ Returns an object with local and remote URLs for the development server. Pass th This is an alternative client for [WebpackDevServer](https://github.com/webpack/webpack-dev-server) that shows a syntax error overlay. -It currently supports only Webpack 2.x +It currently supports only Webpack 3.x. ```js // Webpack development config