thread-loader icon indicating copy to clipboard operation
thread-loader copied to clipboard

Support extensible loaderContext

Open gusvargas opened this issue 7 years ago • 0 comments

There have been some issues related to the lack of loaderContext provided:

https://github.com/webpack-contrib/thread-loader/issues/10 (loadModule) https://github.com/webpack-contrib/thread-loader/pull/25 (target, minimize, and resourceQuery)

We have a suite of custom webpack plugins and loaders which expose and consume custom APIs. Rather than forking the thread-loader to support our use cases, what do you think about making the IPC bridge extensible so that new capabilities can be added without bloating the "core" context?

gusvargas avatar Nov 19 '18 17:11 gusvargas