mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 06:24:56 +00:00
sixel graphics support - fixes #6032
This commit is contained in:
@@ -5,5 +5,11 @@ module.exports = config({
|
||||
externals: [
|
||||
'opentype.js',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
test: /lib[\\/]xterm-addon-image-worker.js$/i,
|
||||
type: 'asset/source',
|
||||
},
|
||||
],
|
||||
})
|
||||
module.exports.resolve.modules.push('node_modules/xterm/src')
|
||||
|
Reference in New Issue
Block a user