I am trying to update to webpack 2. I use webpack-stream to run stuff from gulp, but it appears that webpack-stream is using it's own dependency on webpack which is webpack 1.
I have not been able to find any webpack-stream with webpack 2. Is there any possibility to use webpack 2 from gulp?