Skip to content

Commit

Permalink
feat: Module Federation, part 2, ContainerReferencePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Nov 21, 2023
1 parent 7bc9c0a commit b867bec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
use crate::Plugin;

#[derive(Debug)]
pub struct ContainerReferencePlugin;

impl Plugin for ContainerReferencePlugin {}
1 change: 1 addition & 0 deletions crates/rspack_core/src/mf/container/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mod container_entry_module;
mod container_entry_module_factory;
mod container_exposed_dependency;
mod container_plugin;
mod container_reference_plugin;

pub use container_entry_module_factory::ContainerEntryModuleFactory;
pub use container_plugin::{ContainerPlugin, ContainerPluginOptions, ExposeOptions};

0 comments on commit b867bec

Please sign in to comment.