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 b8a0a4c commit 623cd73Copy full SHA for 623cd73
packages/node-runtime-worker-thread/webpack.config.js
@@ -28,6 +28,8 @@ const config = {
28
interruptor: 'commonjs2 interruptor',
29
'os-dns-native': 'commonjs2 os-dns-native',
30
'system-ca': 'commonjs2 system-ca',
31
+ // @aws-sdk/client-sts is an optional peer dependency of @aws-sdk/credential-providers
32
+ '@aws-sdk/client-sts': 'commonjs2 @aws-sdk/client-sts',
33
},
34
};
35
0 commit comments