Skip to content

Commit 4ac9759

Browse files
committed
? to fix build
1 parent dbc7de2 commit 4ac9759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub async fn get_swc_ecma_transform_rule_impl(
101101
};
102102

103103
Ok(Some((
104-
SwcPluginModule::new(name, file.content().to_bytes()?.to_vec()).resolved_cell(),
104+
SwcPluginModule::new(name, file.content().to_bytes().to_vec()).resolved_cell(),
105105
config.clone(),
106106
)))
107107
})

0 commit comments

Comments
 (0)