You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: