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 7422e8c commit b8a0a4cCopy full SHA for b8a0a4c
packages/node-runtime-worker-thread/webpack.config.js
@@ -20,7 +20,10 @@ const config = {
20
plugins: [webpackDependenciesPlugin],
21
externals: {
22
'mongodb-client-encryption': 'commonjs2 mongodb-client-encryption',
23
+ 'mongodb-client-encryption/package.json':
24
+ 'commonjs2 mongodb-client-encryption/package.json',
25
kerberos: 'commonjs2 kerberos',
26
+ 'kerberos/package.json': 'commonjs2 kerberos/package.json',
27
snappy: 'commonjs2 snappy',
28
interruptor: 'commonjs2 interruptor',
29
'os-dns-native': 'commonjs2 os-dns-native',
0 commit comments