Skip to content

Commit

Permalink
refactor(ses): update bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 27, 2024
1 parent 7349278 commit ebb88c1
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 @@ -41,8 +41,8 @@ const writeBundle = async ({ buildType } = {}) => {

if (buildType === 'hermes') {
bundleFilePaths = ['dist/ses-hermes.cjs'];
Object.assign(moduleTransforms, hermesTransforms);
terseFilePaths = [];
Object.assign(moduleTransforms, hermesTransforms);
}

const bundle = await makeBundle(
Expand Down

0 comments on commit ebb88c1

Please sign in to comment.