tabby/tabby-terminal/webpack.config.js

10 lines
235 B
JavaScript
Raw Normal View History

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