andywer / webpack-blocks

📦 Configure webpack using functional feature blocks.
MIT License
2.97k stars 94 forks source link

devserver: hot and HotModuleReplacementPlugin #310

Open ilyadoroshin opened 5 years ago

ilyadoroshin commented 5 years ago

webpack-blocks/dev-server@2.0.0

Bumped into Maximum call stack error when using react-hot-reload, fixed by filtering out HotModuleReloadPlugin as per: https://github.com/webpack/webpack/issues/1583#issuecomment-153523471

I do believe that it's safe to support this on webpack-blocks/dev-server side.