shama / webpack-stream

:tropical_drink: Run webpack through a stream interface
MIT License
1.4k stars 123 forks source link

Does webpack-stream work with webpack-dev server? #136

Open davidpatters0n opened 7 years ago

davidpatters0n commented 7 years ago

Is it possible to expose webpack-stream over a dev server. Came across a similar issue: #121 and am experiencing the same issue. Also noticed a comment on the referenced issue that:

Just to clarify: you should require webpack instead of webpack-stream.

If the above is correct? Surely it would defeat purpose of using webpack-stream in the first place.

ngocketit commented 7 years ago

Any update on this? I can't seem to get it work with webpack-dev-middleware either.