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

Add ability to add to default callback rather than replacing it #159

Open
Daniel15 opened this issue Aug 10, 2017 · 0 comments
Open

Add ability to add to default callback rather than replacing it #159

Daniel15 opened this issue Aug 10, 2017 · 0 comments

Comments

@Daniel15
Copy link

If you don't pass a done function, webpack-stream provides its own: https://github.com/shama/webpack-stream/blob/master/index.js#L33-L66

I want to reuse webpack-stream's logic and add my own small bit of code. To do this at the moment, I'd have to copy and paste the block of code from webpack-stream, as it does not provide any way to run the default callback. Please make this easier :)

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

1 participant