Skip to content

Commit

Permalink
Update webpack version note (facebook#2798)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ForbesLindesay authored and JohnNilsson committed Sep 9, 2017
1 parent 3cd4747 commit a6cd6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/README.md
Expand Up @@ -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 1.x.
It currently supports only Webpack 3.x.

```js
// Webpack development config
Expand Down

0 comments on commit a6cd6f3

Please sign in to comment.