Skip to content

Commit

Permalink
fix moduleImportConfig support for single project configs
Browse files Browse the repository at this point in the history
Reviewed By: alunyov

Differential Revision: D38349024

fbshipit-source-id: 66beb5bcc94c0198e956a6ff867ecaa1e6bec5c4
  • Loading branch information
voideanvalue authored and facebook-github-bot committed Aug 2, 2022
1 parent eb6761d commit 5799146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/crates/relay-compiler/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ impl SingleProjectConfigFile {
},
js_module_format: self.js_module_format,
feature_flags: self.feature_flags,
module_import_config: self.module_import_config,
..Default::default()
};

Expand Down

0 comments on commit 5799146

Please sign in to comment.