mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
compile ssh2 into the bundle again
This commit is contained in:
@@ -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',
|
||||
],
|
||||
})
|
||||
|
Reference in New Issue
Block a user