1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-22 10:28:41 +03:00
tabby/terminus-ssh/webpack.config.js
2021-02-13 12:11:38 +01:00

6 lines
121 B
JavaScript

const config = require('../webpack.plugin.config')
module.exports = config({
name: 'ssh',
dirname: __dirname,
})