1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 11:15:55 +03:00
tabby/terminus-electron/webpack.config.js

6 lines
126 B
JavaScript

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