Skip to content

Commit 8ca9fe8

Browse files
ForbesLindesayJohnNilsson
authored andcommitted
Update webpack version note (#2798)
* 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. * Update README.md * Update README.md
1 parent 5f85691 commit 8ca9fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Returns an object with local and remote URLs for the development server. Pass th
295295

296296
This is an alternative client for [WebpackDevServer](https://github.com/webpack/webpack-dev-server) that shows a syntax error overlay.
297297

298-
It currently supports only Webpack 1.x.
298+
It currently supports only Webpack 3.x.
299299

300300
```js
301301
// Webpack development config

0 commit comments

Comments
 (0)