webpack-contrib / webpack-hot-middleware

Webpack hot reloading you can attach to your own server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Dev Middleware with React Hot Loader Not Parsing JSX

JustCodin opened this issue · comments

Without hot module reloading enabled, webpack compiles both front and backend successfully and everything loads fine. But when hot module replacement is enabled, the chrome console shows the following error, and the error it refers to is also output from the webpack re-build process: https://i.stack.imgur.com/0NUiV.png

Details here:
https://stackoverflow.com/questions/47086825/webpack-dev-middleware-with-react-hot-loader-not-parsing-jsx