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 DllPlugin? #149

Open jcp1970 opened 7 years ago

jcp1970 commented 7 years ago

I am trying to setup a gulp task that generates a dll using the DllPlugin. While the dll.js gets generated I can't seem to get the manifest.json file. Does webpack-stream not support this?

whs commented 7 years ago

I wrote piped-webpack to support this use case

whs commented 7 years ago

I'm actively using it in production with DllPlugin and never had a problem with it. Another user also reported it as working, although Windows support were just added on the latest release.

Anyway, this is not piped-webpack's issue tracker. If you have issue with the module please raise it in the project's issue tracker.

Pontiley commented 7 years ago

I'm sorry, It was my fail, I used not correct absolute path with DllPlugin and it doesn't generate manifest file, I deleted my not right comment. Piped-webpack works great.