webpack/loader-runner

Support `context.exec` feature?

creeperyang opened this issue · 1 comments

I use the lib to test my custom loader, and my loader depend on context.exec.

So, is there a plan to support context.exec in the future?

sokra commented

No. exec will also be removed from webpack. You can write this function in your loader.