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 623cd73 commit c041b8aCopy full SHA for c041b8a
packages/node-runtime-worker-thread/webpack.config.js
@@ -28,6 +28,7 @@ const config = {
28
interruptor: 'commonjs2 interruptor',
29
'os-dns-native': 'commonjs2 os-dns-native',
30
'system-ca': 'commonjs2 system-ca',
31
+ // TODO(MONGOSH-3055): This is a temporary workaround.
32
// @aws-sdk/client-sts is an optional peer dependency of @aws-sdk/credential-providers
33
'@aws-sdk/client-sts': 'commonjs2 @aws-sdk/client-sts',
34
},
0 commit comments