Skip to content

Commit

Permalink
refactor(ses): fix Hermes transform typedoc TS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 27, 2024
1 parent 23945e4 commit 69c08ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ses/scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ const writeBundle = async ({ buildType } = {}) => {
const bundle = await makeBundle(
read,
pathToFileURL(resolve('../index.js', import.meta.url)).toString(),
buildType && {
moduleTransforms,
},
buildType ? {} : { moduleTransforms },
);
const versionedBundle = `// ses@${version}\n${bundle}`;

Expand Down

0 comments on commit 69c08ee

Please sign in to comment.