Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does webpack-stream work with DllPlugin? #149

Open
jcp1970 opened this issue Apr 28, 2017 · 3 comments
Open

Does webpack-stream work with DllPlugin? #149

jcp1970 opened this issue Apr 28, 2017 · 3 comments

Comments

@jcp1970
Copy link

jcp1970 commented Apr 28, 2017

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
Copy link

whs commented Jul 13, 2017

I wrote piped-webpack to support this use case

@whs
Copy link

whs commented Aug 11, 2017

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants