Crate rspack_plugin_library

Crate rspack_plugin_library 

Source

Structs§

AmdLibraryPlugin
AssignLibraryPlugin
AssignLibraryPluginOptions
ExportPropertyLibraryPlugin
ModernModuleImportDependencyTemplate
SystemLibraryPlugin
UmdLibraryPlugin

Enums§

Named
Prefix
Unnamed

Functions§

enable_library_plugin
replace_import_dependencies_for_external_modules
Replaces ImportDependency instances with ModernModuleImportDependency for external modules. This function iterates through all modules and their blocks to find ImportDependencies that point to external modules, then creates ModernModuleImportDependency replacements.