webpack / tapable

Just a little module for plugins.
MIT License
3.71k stars 393 forks source link

Re-order hooks #174

Open vjpr opened 2 years ago

vjpr commented 2 years ago

What is the best way to re-order hooks. I have a hook I want to run last. Should it be done with intercept and register?