We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a142d80 commit 99258acCopy full SHA for 99258ac
webpack.config.js
@@ -61,7 +61,6 @@ module.exports = (env, argv) => {
61
// Electron:
62
electron: 'electron',
63
'@electron/remote': '@electron/remote',
64
- 'hadron-ipc': 'hadron-ipc',
65
66
// MongoDB node driver externals:
67
snappy: 'snappy',
@@ -70,7 +69,6 @@ module.exports = (env, argv) => {
70
69
'win-export-certificate-and-key': 'win-export-certificate-and-key',
71
'os-dns-native': 'os-dns-native',
72
'mongodb-client-encryption': 'mongodb-client-encryption',
73
- 'compass-preferences-model': 'compass-preferences-model',
74
'@mongodb-js/zstd': '@mongodb-js/zstd',
75
'gcp-metadata': 'gcp-metadata',
76
encoding: 'encoding',
0 commit comments