1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-12 13:13:01 +03:00
tabby/terminus-terminal/webpack.config.js

9 lines
384 B
JavaScript
Raw Normal View History

2017-04-12 13:12:57 +03:00
const path = require('path')
2021-02-13 14:11:38 +03:00
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'terminal',
dirname: __dirname,
})
module.exports.resolve.modules.push('node_modules/xterm/src')
module.exports.module.rules.find(x => x.use.loader === 'awesome-typescript-loader').use.options.paths['*'].push(path.resolve(__dirname, './node_modules/xterm/src/*'))