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