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 2ebfa23 commit ed36b38Copy full SHA for ed36b38
packages/rspack/src/util/require.ts
@@ -24,7 +24,7 @@ export function nonWebpackRequire(): RequireFn {
24
}
25
26
const loaderCode = data?.toString() || "";
27
- // Only customn esm loader is supported.
+ // Only custom esm loader is supported.
28
// Use `import(base64code)` to load ESM
29
const dataUrl = `data:text/javascript;base64,${btoa(loaderCode)}`;
30
try {
0 commit comments