mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-22 19:38:00 +00:00
use @electron/remote
This commit is contained in:
@@ -41,7 +41,10 @@ module.exports = options => {
|
||||
],
|
||||
paths: {
|
||||
'terminus-*': [path.resolve(options.dirname, '../terminus-*')],
|
||||
'*': [path.resolve(options.dirname, '../app/node_modules/*')],
|
||||
'*': [
|
||||
path.resolve(options.dirname, '../app/node_modules/*'),
|
||||
path.resolve(options.dirname, '../node_modules/*'),
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user