tabby/tabby-terminal/webpack.config.js

10 lines
235 B
JavaScript
Raw Normal View History

2021-02-13 11:11:38 +00:00
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'terminal',
dirname: __dirname,
2021-04-08 20:26:47 +00:00
externals: [
'opentype.js',
],
2021-02-13 11:11:38 +00:00
})
module.exports.resolve.modules.push('node_modules/xterm/src')