Skip to content

Commit

Permalink
fix(ses): Hermes bundling moduleTransforms
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 27, 2024
1 parent 7b4ef2b commit 7349278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const writeBundle = async ({ buildType } = {}) => {
const bundle = await makeBundle(
read,
pathToFileURL(resolve('../index.js', import.meta.url)).toString(),
moduleTransforms,
{ moduleTransforms },
);
const versionedBundle = `// ses@${version}\n${bundle}`;

Expand Down

0 comments on commit 7349278

Please sign in to comment.