1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-21 01:47:28 +03:00
tabby/tabby-terminal/webpack.config.js
2021-08-08 22:06:08 +02:00

10 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')