mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
9 lines
235 B
JavaScript
9 lines
235 B
JavaScript
const config = require('../webpack.plugin.config')
|
|
module.exports = config({
|
|
name: 'terminal',
|
|
dirname: __dirname,
|
|
externals: [
|
|
'opentype.js',
|
|
],
|
|
})
|
|
module.exports.resolve.modules.push('node_modules/xterm/src')
|