Skip to content

Commit 9dca297

Browse files
committed
fix: typo
1 parent 8e2364a commit 9dca297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/mako/src/plugins/module_federation/manifest.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ impl ModuleFederationPlugin {
116116
},
117117
meta_data: {
118118
let chunk_graph = context.chunk_graph.read().unwrap();
119-
let mf_containter_entry_root_module: Option<ModuleId> = context
119+
let mf_container_entry_root_module: Option<ModuleId> = context
120120
.config
121121
.entry
122122
.get(&self.config.name)
123123
.map(|e| e.import.to_string_lossy().to_string().into());
124-
let mf_containter_entry_chunk = mf_containter_entry_root_module
124+
let mf_containter_entry_chunk = mf_container_entry_root_module
125125
.map(|m| chunk_graph.get_chunk_for_module(&m).unwrap());
126126

127127
ManifestMetaData {

0 commit comments

Comments
 (0)