Skip to content

Commit b09b29e

Browse files
committed
fix: add patchups
1 parent 171ea6d commit b09b29e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cli-repl/webpack.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ const config = {
8787
'commonjs2 ../build/Release/mongocrypt.node',
8888
'../build/Debug/mongocrypt.node':
8989
'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',
9094
},
9195

9296
externalsPresets: {

0 commit comments

Comments
 (0)