We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171ea6d commit b09b29eCopy full SHA for b09b29e
packages/cli-repl/webpack.config.js
@@ -87,6 +87,10 @@ const config = {
87
'commonjs2 ../build/Release/mongocrypt.node',
88
'../build/Debug/mongocrypt.node':
89
'commonjs2 ../build/Debug/mongocrypt.node',
90
+ '../build/Release/native_machine_id.node':
91
+ 'commonjs2 ../build/Release/native_machine_id.node',
92
+ '../build/Debug/native_machine_id.node':
93
+ 'commonjs2 ../build/Debug/native_machine_id.node',
94
},
95
96
externalsPresets: {
0 commit comments