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 20f560b commit 0c68868Copy full SHA for 0c68868
packages/react-email/src/utils/get-email-component.ts
@@ -63,7 +63,7 @@ export const getEmailComponent = async (
63
ReadableStream,
64
URL,
65
module: { exports: { default: undefined as unknown } },
66
- __filanem: emailPath,
+ __filename: emailPath,
67
__dirname: path.dirname(emailPath),
68
require: (module: string) => {
69
if (module in staticNodeModulesForVM) {
0 commit comments