We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ae321 commit fbc1d81Copy full SHA for fbc1d81
crates/rspack_core/src/exports/export_info.rs
@@ -702,6 +702,7 @@ pub fn process_export_info(
702
&ExportInfoGetter::exports_info(export_info_data).expect("should have exports info"),
703
) {
704
for export_info in exports_info.id.ordered_exports(module_graph) {
705
+ let export_info_data = export_info.as_data(module_graph);
706
process_export_info(
707
module_graph,
708
runtime,
0 commit comments