EsmLibraryPlugin
Added in v1.5.6Rspack only
Rspack provides experimental EsmLibraryPlugin plugin, provides statically analyzable, cleaner output for ESM library, and also supports code splitting.
Tip
🚧 This plugin is still work-in-progress, config may change at anytime.
rspack.config.mjs
Known limits
- Execution order of modules is not 100% guaranteed, so avoid relying on side effects of execution orders.
- Currently does not support context module and ModuleFederation, but this will be improved in the future.

