mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
|
const config = require('../webpack.plugin.config')
|
||
|
module.exports = config({
|
||
|
name: 'electron',
|
||
|
dirname: __dirname,
|
||
|
})
|