Skip to content

Commit 99258ac

Browse files
fix: clean-up webpack config VSCODE-597 (#795)
1 parent a142d80 commit 99258ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ module.exports = (env, argv) => {
6161
// Electron:
6262
electron: 'electron',
6363
'@electron/remote': '@electron/remote',
64-
'hadron-ipc': 'hadron-ipc',
6564

6665
// MongoDB node driver externals:
6766
snappy: 'snappy',
@@ -70,7 +69,6 @@ module.exports = (env, argv) => {
7069
'win-export-certificate-and-key': 'win-export-certificate-and-key',
7170
'os-dns-native': 'os-dns-native',
7271
'mongodb-client-encryption': 'mongodb-client-encryption',
73-
'compass-preferences-model': 'compass-preferences-model',
7472
'@mongodb-js/zstd': '@mongodb-js/zstd',
7573
'gcp-metadata': 'gcp-metadata',
7674
encoding: 'encoding',

0 commit comments

Comments
 (0)