-
Notifications
You must be signed in to change notification settings - Fork 399
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
Call in reverse #57
Comments
You could try using an interceptor to add |
Oh of course, that's a good idea, it would also help solve #47. Would you accept a PR for this? |
@ooflorent would this be something you would be open to a PR for? I'm thinking something along the lines of: myClass.hooks.myHook.tapBefore('MyThing', () => {}) |
@hipstersmoothie Not sure. IMHO it's better to create a custom hook that fits to your needs. |
Hey how run tapable project in my local machine to test my work ?? |
@Bhavik-Ardeshna I made something like tapable with roughly the same api but simpler: https://github.com/StratoKit/strato-runner/blob/new-new-config/packages/launcher/src/tapable.js I should put it in a package, give it a different name. |
Is there a way to call all taps of a hook in reverse?
The text was updated successfully, but these errors were encountered: