webpack-contrib / webpack-hot-middleware

Webpack hot reloading you can attach to your own server
MIT License
2.34k stars 296 forks source link

`module.hot` is required ? #404

Closed BlackCubeNo99 closed 3 years ago

BlackCubeNo99 commented 3 years ago

Expected Behavior / Situation

Can module.hot be omitted, or there are other solutions to achieve hot reload

Actual Behavior / Situation

Omit module.hot, hot reload is not possible

Modification Proposal

i don't know