tabby/tabby-terminal/webpack.config.js

10 lines
235 B
JavaScript
Raw Normal View History

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