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

compiling all the node_modules in server side rendering with react by webpack-dev- middleware

rizwan92 opened this issue · comments

i am facing this issue of compiling node modules folder dependency in webpack-dev-middleware .
actually i am building and express react web application, it is making my compilation very slow ,

here is some my file :-

  1. package.json
  2. server.js
  3. webpack.config.js

@rizwan92 webpack-dev-middleware is a completely separate package https://github.com/webpack/webpack-dev-middleware

Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!