Replies: 2 comments 5 replies
-
@kenrick95 Would you be willing to provide a relatively complete example? Can reflect your needs for us to evaluate. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey, we're planning to roll out an experimental support for running custom Rust plugins in Rspack. It's a custom binding that can be used with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently migrating our company's project to use Rspack. One of our use case is that it is implementing a customized version of "module federation", therefore in our code base, we implement something like
Then it is used at
NormalModuleFactory
'sfactorize
:There are two problems here:
extend webpack.Module
and therefore we cannot use ourCustomMFModule
at allDo you have suggestion on how to work around for these issues? Or would you suggest to fork Rspack core to implement this plugin in Rust?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions