Skip to content

Commit b8a0a4c

Browse files
authored
chore: fix prepublish for node-runtime-worker-thread (#2608)
1 parent 7422e8c commit b8a0a4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/node-runtime-worker-thread/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ const config = {
2020
plugins: [webpackDependenciesPlugin],
2121
externals: {
2222
'mongodb-client-encryption': 'commonjs2 mongodb-client-encryption',
23+
'mongodb-client-encryption/package.json':
24+
'commonjs2 mongodb-client-encryption/package.json',
2325
kerberos: 'commonjs2 kerberos',
26+
'kerberos/package.json': 'commonjs2 kerberos/package.json',
2427
snappy: 'commonjs2 snappy',
2528
interruptor: 'commonjs2 interruptor',
2629
'os-dns-native': 'commonjs2 os-dns-native',

0 commit comments

Comments
 (0)