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 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 :)
The text was updated successfully, but these errors were encountered:
If you don't pass a
done
function, webpack-stream provides its own: https://github.com/shama/webpack-stream/blob/master/index.js#L33-L66I 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 :)
The text was updated successfully, but these errors were encountered: