Sergey

Results 2 comments of Sergey

The same situation with `react-hot-loader v.4.0.0`, `webpack v.4.2.0`, `webpack-dev-middleware v.3.0.1`, `webpack-hot-middleware v.2.21.2`. I use new approach: ``` // client/index.js import React from 'react'; import { render } from 'react-dom'; import...

I spent yesterday all day. But now suddenly I've found the reason. It needs to add `mode: development` in `webpack.config`. If mode is undefined or `production` the issue is reproduced.