Skip to content

Commit

Permalink
fix: clean-up webpack config VSCODE-597 (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenakhineika authored Aug 28, 2024
1 parent a142d80 commit 99258ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ module.exports = (env, argv) => {
// Electron:
electron: 'electron',
'@electron/remote': '@electron/remote',
'hadron-ipc': 'hadron-ipc',

// MongoDB node driver externals:
snappy: 'snappy',
Expand All @@ -70,7 +69,6 @@ module.exports = (env, argv) => {
'win-export-certificate-and-key': 'win-export-certificate-and-key',
'os-dns-native': 'os-dns-native',
'mongodb-client-encryption': 'mongodb-client-encryption',
'compass-preferences-model': 'compass-preferences-model',
'@mongodb-js/zstd': '@mongodb-js/zstd',
'gcp-metadata': 'gcp-metadata',
encoding: 'encoding',
Expand Down

0 comments on commit 99258ac

Please sign in to comment.