Skip to content

Commit

Permalink
chore: set esbuild externals (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Aug 7, 2023
1 parent 5cdcb96 commit 67a8937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/token-providers/scripts/esbuild.js
Expand Up @@ -45,7 +45,7 @@ const root = path.join(__dirname, "..", "..", "..");
mainFields: ["module", "main"],
entryPoints: [path.join(root, "packages", "token-providers", "scripts", "api", "source.js")],
outfile: outfile,
external: ["tslib", "@aws-crypto/*", "@smithy/*", "@aws-sdk/middleware-*", "@aws-sdk/types", "@aws-sdk/util-*"],
external: ["tslib", "@aws-crypto/*", "@smithy/*", "@aws-sdk/*"],
});

await new Promise((r) => setTimeout(r, 1000));
Expand Down

0 comments on commit 67a8937

Please sign in to comment.