File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ const config = {
8383 Module . builtinModules . map ( ( m ) => [ `node:${ m } ` , `commonjs2 ${ m } ` ] )
8484 ) , // node: builtin specifiers need to be always declared as externals in webpack right now
8585 // mongodb-client-encryption fixup until NODE-6670 is done
86- '../build/Release/mongocrypt.node' :
87- 'commonjs2 ../build/Release/ mongocrypt.node',
88- '../build/Debug/mongocrypt .node' :
89- 'commonjs2 ../build/Debug/mongocrypt .node',
86+ '../build/Release/mongocrypt.node' : 'commonjs2 mongocrypt.node' ,
87+ ' ../build/Debug/mongocrypt.node' : 'commonjs2 mongocrypt.node',
88+ '../build/Release/kerberos .node' : 'commonjs2 kerberos.node' ,
89+ ' ../build/Debug/kerberos.node' : 'commonjs2 kerberos .node',
9090 } ,
9191
9292 externalsPresets : {
You can’t perform that action at this time.
0 commit comments