compile ssh2 into the bundle again

This commit is contained in:
Eugene Pankov
2021-06-25 19:08:45 +02:00
parent 3aeac5610b
commit 307f598be0
8 changed files with 33 additions and 29 deletions

View File

@@ -2,4 +2,8 @@ const config = require('../webpack.plugin.config')
module.exports = config({
name: 'ssh',
dirname: __dirname,
externals: [
'./crypto/build/Release/sshcrypto.node',
'../build/Release/cpufeatures.node',
],
})