thread-loader
thread-loader copied to clipboard
Support extensible loaderContext
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?