npm: use which (#121209)

This commit is contained in:
Martin Aeschlimann
2021-04-13 19:34:43 +02:00
committed by Alexandru Dima
parent 83f13c70ff
commit f0a344a76e
7 changed files with 45 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ module.exports = withBrowserDefaults({
filename: 'npmBrowserMain.js'
},
node: {
'child_process': 'empty'
'child_process': 'empty',
'which': 'empty'
}
});