mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
npm: use which (#121209)
This commit is contained in:
committed by
Alexandru Dima
parent
83f13c70ff
commit
f0a344a76e
@@ -18,6 +18,7 @@ module.exports = withBrowserDefaults({
|
||||
filename: 'npmBrowserMain.js'
|
||||
},
|
||||
node: {
|
||||
'child_process': 'empty'
|
||||
'child_process': 'empty',
|
||||
'which': 'empty'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user