Skip to content

Commit 13c7360

Browse files
ForbesLindesayTimer
authored andcommittedAug 2, 2017
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 a73252f commit 13c7360

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)
Please sign in to comment.