webpack / tapable

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

May I ask some question? #160

Closed lizuncong closed 2 years ago

lizuncong commented 2 years ago

Why use new Function to execute the callback function instead of directly? What is the purpose of doing so? I am very interested in the source code.Thank you