Skip to content

Commit 7b6c6b6

Browse files
committed
Update base_loader_tree.rs
1 parent e0ebafc commit 7b6c6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-core/src/base_loader_tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl BaseLoaderTreeBuilder {
9999
self.imports.push(
100100
formatdoc!(
101101
r#"
102-
const {} = () => import("MODULE_{}");
102+
const {} = () => require("MODULE_{}");
103103
"#,
104104
identifier,
105105
i

0 commit comments

Comments
 (0)