Skip to content

Commit c98cc3a

Browse files
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.
1 parent 1091876 commit c98cc3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-dev-utils/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ 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.
299-
300298
```js
301299
// Webpack development config
302300
module.exports = {

0 commit comments

Comments
 (0)