Skip to content

Commit 198e9e4

Browse files
committed
Typo
1 parent 01cf459 commit 198e9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rspack/src/util/require.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function nonWebpackRequire(): RequireFn {
2424
}
2525

2626
const loaderCode = data?.toString() || "";
27-
// Only customn esm loader is supported.
27+
// Only custom esm loader is supported.
2828
// Use `import(base64code)` to load ESM
2929
const dataUrl = `data:text/javascript;base64,${btoa(loaderCode)}`;
3030
try {

0 commit comments

Comments
 (0)